|
enum | { notfound = 0xffffffff,
npos = notfound
} |
|
|
| TiXmlString (const char *instring) |
|
| TiXmlString (const TiXmlString ©) |
|
const char * | c_str () const |
|
unsigned | length () const |
|
void | operator= (const char *content) |
|
void | operator= (const TiXmlString ©) |
|
TiXmlString & | operator+= (const char *suffix) |
|
TiXmlString & | operator+= (char single) |
|
TiXmlString & | operator+= (TiXmlString &suffix) |
|
bool | operator== (const TiXmlString &compare) const |
|
bool | operator< (const TiXmlString &compare) const |
|
bool | operator> (const TiXmlString &compare) const |
|
bool | empty () const |
|
const char & | at (unsigned index) const |
|
unsigned | find (char lookup) const |
|
unsigned | find (char tofind, unsigned offset) const |
|
void | reserve (unsigned size) |
|
char & | operator[] (unsigned index) const |
|
void | append (const char *str, int len) |
| Checks if a TiXmlString contains only whitespace (same rules as isspace)
|
|
|
unsigned | assign_new_size (unsigned minimum_to_allocate) |
|
void | empty_it () |
|
void | append (const char *suffix) |
|
void | append (const TiXmlString &suffix) |
|
void | append (char single) |
|
|
char * | cstring |
|
unsigned | allocated |
|
unsigned | current_length |
|
The documentation for this class was generated from the following files:
- include/xml/tinystr.h
- include/xml/tinystr.cpp