#include <tinystr.h>

| Classes | |
| struct | Rep | 
| Public Types | |
| typedef size_t | size_type | 
| Public Member Functions | |
| TiXmlString & | append (const char *str, size_type len) | 
| TiXmlString & | assign (const char *str, size_type len) | 
| const char & | at (size_type index) const | 
| const char * | c_str () const | 
| size_type | capacity () const | 
| void | clear () | 
| const char * | data () const | 
| bool | empty () const | 
| size_type | find (char lookup) const | 
| size_type | find (char tofind, size_type offset) const | 
| size_type | length () const | 
| TiXmlString & | operator+= (const char *suffix) | 
| TiXmlString & | operator+= (char single) | 
| TiXmlString & | operator+= (const TiXmlString &suffix) | 
| TiXmlString & | operator= (const char *copy) | 
| TiXmlString & | operator= (const TiXmlString ©) | 
| char & | operator[] (size_type index) const | 
| void | reserve (size_type cap) | 
| size_type | size () const | 
| void | swap (TiXmlString &other) | 
| TiXmlString () | |
| TiXmlString (const TiXmlString ©) | |
| TIXML_EXPLICIT | TiXmlString (const char *copy) | 
| TIXML_EXPLICIT | TiXmlString (const char *str, size_type len) | 
| ~TiXmlString () | |
| Static Public Attributes | |
| static const size_type | npos = static_cast< TiXmlString::size_type >(-1) | 
| Private Member Functions | |
| char * | finish () const | 
| void | init (size_type sz) | 
| void | init (size_type sz, size_type cap) | 
| void | quit () | 
| void | set_size (size_type sz) | 
| char * | start () const | 
| Private Attributes | |
| Rep * | rep_ | 
| Static Private Attributes | |
| static Rep | nullrep_ = { 0, 0, { '\0' } } | 
| typedef size_t TiXmlString::size_type | 
| TiXmlString::TiXmlString | ( | ) |  [inline] | 
| TiXmlString::TiXmlString | ( | const TiXmlString & | copy | ) |  [inline] | 
| TIXML_EXPLICIT TiXmlString::TiXmlString | ( | const char * | copy | ) |  [inline] | 
| TIXML_EXPLICIT TiXmlString::TiXmlString | ( | const char * | str, | 
| size_type | len | ||
| ) |  [inline] | 
| TiXmlString::~TiXmlString | ( | ) |  [inline] | 
| TiXmlString & TiXmlString::append | ( | const char * | str, | 
| size_type | len | ||
| ) | 
Definition at line 73 of file tinystr.cpp.
| TiXmlString & TiXmlString::assign | ( | const char * | str, | 
| size_type | len | ||
| ) | 
Definition at line 54 of file tinystr.cpp.
| const char& TiXmlString::at | ( | size_type | index | ) | const  [inline] | 
| const char* TiXmlString::c_str | ( | ) | const  [inline] | 
| size_type TiXmlString::capacity | ( | ) | const  [inline] | 
| void TiXmlString::clear | ( | ) |  [inline] | 
| const char* TiXmlString::data | ( | ) | const  [inline] | 
| bool TiXmlString::empty | ( | ) | const  [inline] | 
| size_type TiXmlString::find | ( | char | lookup | ) | const  [inline] | 
| size_type TiXmlString::find | ( | char | tofind, | 
| size_type | offset | ||
| ) | const  [inline] | 
| char* TiXmlString::finish | ( | ) | const  [inline, private] | 
| void TiXmlString::init | ( | size_type | sz | ) |  [inline, private] | 
| void TiXmlString::init | ( | size_type | sz, | 
| size_type | cap | ||
| ) |  [inline, private] | 
| size_type TiXmlString::length | ( | ) | const  [inline] | 
| TiXmlString& TiXmlString::operator+= | ( | const char * | suffix | ) |  [inline] | 
| TiXmlString& TiXmlString::operator+= | ( | char | single | ) |  [inline] | 
| TiXmlString& TiXmlString::operator+= | ( | const TiXmlString & | suffix | ) |  [inline] | 
| TiXmlString& TiXmlString::operator= | ( | const char * | copy | ) |  [inline] | 
| TiXmlString& TiXmlString::operator= | ( | const TiXmlString & | copy | ) |  [inline] | 
| char& TiXmlString::operator[] | ( | size_type | index | ) | const  [inline] | 
| void TiXmlString::quit | ( | ) |  [inline, private] | 
| void TiXmlString::reserve | ( | size_type | cap | ) | 
Definition at line 42 of file tinystr.cpp.
| void TiXmlString::set_size | ( | size_type | sz | ) |  [inline, private] | 
| size_type TiXmlString::size | ( | ) | const  [inline] | 
| char* TiXmlString::start | ( | ) | const  [inline, private] | 
| void TiXmlString::swap | ( | TiXmlString & | other | ) |  [inline] | 
| const TiXmlString::size_type TiXmlString::npos = static_cast< TiXmlString::size_type >(-1)  [static] | 
| TiXmlString::Rep TiXmlString::nullrep_ = { 0, 0, { '\0' } }  [static, private] | 
| Rep* TiXmlString::rep_  [private] |