|
MADNESS
version 0.9
|
#include <tinystr.h>

Public Types | |
| typedef size_t | size_type |
Public Member Functions | |
| TiXmlString () | |
| TiXmlString (const TiXmlString ©) | |
| TIXML_EXPLICIT | TiXmlString (const char *copy) |
| TIXML_EXPLICIT | TiXmlString (const char *str, size_type len) |
| ~TiXmlString () | |
| TiXmlString & | operator= (const char *copy) |
| TiXmlString & | operator= (const TiXmlString ©) |
| TiXmlString & | operator+= (const char *suffix) |
| TiXmlString & | operator+= (char single) |
| TiXmlString & | operator+= (const TiXmlString &suffix) |
| const char * | c_str () const |
| const char * | data () const |
| size_type | length () const |
| size_type | size () const |
| bool | empty () const |
| size_type | capacity () const |
| const char & | at (size_type index) const |
| char & | operator[] (size_type index) const |
| size_type | find (char lookup) const |
| size_type | find (char tofind, size_type offset) const |
| void | clear () |
| void | reserve (size_type cap) |
| TiXmlString & | assign (const char *str, size_type len) |
| TiXmlString & | append (const char *str, size_type len) |
| void | swap (TiXmlString &other) |
Static Public Attributes | |
| static const size_type | npos = static_cast< TiXmlString::size_type >(-1) |
| typedef size_t TiXmlString::size_type |
|
inline |
|
inline |
|
inline |
References length().
|
inline |
|
inline |
| TiXmlString & TiXmlString::append | ( | const char * | str, |
| size_type | len | ||
| ) |
References capacity(), length(), and reserve().
Referenced by operator+(), and operator+=().
| TiXmlString & TiXmlString::assign | ( | const char * | str, |
| size_type | len | ||
| ) |
References capacity(), and swap().
Referenced by operator=().
|
inline |
Referenced by find(), operator<(), and operator==().
|
inline |
|
inline |
Referenced by operator+=(), reserve(), and TiXmlString().
|
inline |
|
inline |
|
inline |
Referenced by append(), at(), find(), operator+(), operator+=(), operator=(), operator==(), operator[](), reserve(), and TiXmlString().
|
inline |
References append().
|
inline |
References append().
|
inline |
|
inline |
References assign().
|
inline |
| void TiXmlString::reserve | ( | size_type | cap | ) |
References capacity(), data(), length(), and swap().
Referenced by append(), and operator+().
|
inline |
|
inline |
|
static |
Referenced by find().
1.8.8