List of all members.
Detailed Description
Class that holds a text string, and provides basic services around it. The string is assumed to be owned by someone else or be static. In any case, it is assumed be be alive and well for the lifetime of the FixedString.
Constructor & Destructor Documentation
| FixedString::FixedString |
( |
const char * |
p = 0 |
) |
[inline] |
Member Function Documentation
| bool FixedString::isEmpty |
( |
|
) |
const [inline] |
| bool FixedString::isNull |
( |
|
) |
const [inline] |
| FixedString::operator const char * |
( |
|
) |
const [inline] |
| bool FixedString::operator! |
( |
|
) |
const [inline] |
| bool FixedString::operator!= |
( |
const char * |
s |
) |
const [inline] |
| bool FixedString::operator!= |
( |
const FixedString & |
f |
) |
const [inline] |
| FixedString& FixedString::operator= |
( |
const char * |
p |
) |
[inline] |
| bool FixedString::operator== |
( |
const char * |
|
) |
const |
| bool FixedString::operator== |
( |
const FixedString & |
f |
) |
const [inline] |
| int FixedString::size |
( |
|
) |
const |
| const char* FixedString::str |
( |
|
) |
const [inline] |
Member Data Documentation