|
|
| typedef size_t size_type | size_type |
| static const size_type npos | npos |
| TiXmlString ()
| TiXmlString |
| TiXmlString ( const TiXmlString & copy)
| TiXmlString |
| TIXML_EXPLICIT TiXmlString ( const char * copy)
| TiXmlString |
| TIXML_EXPLICIT TiXmlString ( const char * str, size_type len)
| TiXmlString |
| ~TiXmlString ()
| ~TiXmlString |
| TiXmlString& operator = (const char * copy)
| operator = |
| TiXmlString& operator = (const TiXmlString & copy)
| operator = |
| TiXmlString& operator += (const char * suffix)
| operator += |
| TiXmlString& operator += (char single)
| operator += |
| TiXmlString& operator += (const TiXmlString & suffix)
| operator += |
| const char * c_str ()
| c_str |
[const]
| const char * data ()
| data |
[const]
| size_type length ()
| length |
[const]
| size_type size ()
| size |
[const]
| bool empty ()
| empty |
[const]
| size_type capacity ()
| capacity |
[const]
| const char& at (size_type index)
| at |
[const]
| char& operator [] (size_type index)
| operator [] |
[const]
| size_type find (char lookup)
| find |
[const]
| size_type find (char tofind, size_type offset)
| find |
[const]
| void clear ()
| clear |
| void reserve (size_type cap)
| reserve |
| TiXmlString& assign (const char* str, size_type len)
| assign |
| TiXmlString& append (const char* str, size_type len)
| append |
| void swap (TiXmlString& other)
| swap |
| Generated by: paulc on bussard on Mon Mar 8 12:18:15 2010, using kdoc 2.0a54. |