kcachegrind
FixString Class Reference
#include <utils.h>
Public Member Functions | |
FixString () | |
FixString (const char *, int len) | |
const char * | ascii () |
bool | first (char &c) |
bool | isEmpty () |
bool | isValid () |
int | len () |
operator QString () const | |
void | set (const char *s, int l) |
bool | stripFirst (char &) |
bool | stripInt64 (int64 &, bool stripSpaces=true) |
bool | stripName (FixString &) |
bool | stripPrefix (const char *) |
void | stripSpaces () |
void | stripSurroundingSpaces () |
bool | stripUInt (uint &, bool stripSpaces=true) |
bool | stripUInt64 (uint64 &, bool stripSpaces=true) |
FixString | stripUntil (char) |
Detailed Description
A simple, constant string class.
For use with zero-copy strings from mapped files.
Constructor & Destructor Documentation
FixString::FixString | ( | const char * | str, |
int | len | ||
) |
Member Function Documentation
bool FixString::stripInt64 | ( | int64 & | v, |
bool | stripSpaces = true |
||
) |
bool FixString::stripName | ( | FixString & | s | ) |
void FixString::stripSurroundingSpaces | ( | ) |
bool FixString::stripUInt | ( | uint & | , |
bool | stripSpaces = true |
||
) |
bool FixString::stripUInt64 | ( | uint64 & | v, |
bool | stripSpaces = true |
||
) |
FixString FixString::stripUntil | ( | char | c | ) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.