List of all members.
Classes |
struct | Rep |
Public Types |
typedef size_t | size_type |
Public Member Functions |
| TiXmlString(const TiXmlString & copy) |
TIXML_EXPLICIT | TiXmlString(const char * copy) |
TIXML_EXPLICIT | TiXmlString(const char * str, size_type len) |
TiXmlString & | append(const char * str, size_type len) |
TiXmlString & | assign(const char * str, size_type len) |
const char & | at(size_type index) |
const char * | c_str() |
size_type | capacity() |
void | clear() |
const char * | data() |
bool | empty() |
size_type | find(char lookup) |
size_type | find(char tofind, size_type offset) |
size_type | length() |
TiXmlString & | operator+=(const char * suffix) |
TiXmlString & | operator+=(char single) |
TiXmlString & | operator+=(const TiXmlString & suffix) |
TiXmlString & | operator=(const char * copy) |
TiXmlString & | operator=(const TiXmlString & copy) |
char & | operator[](size_type index) |
void | reserve(size_type cap) |
size_type | size() |
void | swap(TiXmlString & other) |
Static Public Attributes |
static const size_type | npos = static_cast< TiXmlString::size_type >(-1) |
The documentation for this class was generated from the following files: