#include <tinystr.h>
Inheritance diagram for TiXmlOutStream:


Public Types | |
| typedef size_t | size_type |
Public Member Functions | |
| TiXmlOutStream & | operator<< (const TiXmlString &in) |
| TiXmlOutStream & | operator<< (const char *in) |
| 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 | |
| const size_type | npos = static_cast< size_type >(-1) |
|
|
Definition at line 71 of file tinystr.h. Referenced by TiXmlString::append(), and TiXmlString::assign(). |
|
||||||||||||
|
Definition at line 72 of file tinystr.cpp. References TiXmlString::capacity(), TiXmlString::finish(), TiXmlString::length(), TiXmlString::reserve(), TiXmlString::set_size(), and TiXmlString::size_type. Referenced by operator+(). |
|
||||||||||||
|
Definition at line 53 of file tinystr.cpp. References TiXmlString::capacity(), TiXmlString::init(), TiXmlString::set_size(), TiXmlString::size_type, TiXmlString::start(), and TiXmlString::swap(). |
|
|
|
|
|
Definition at line 142 of file tinystr.h. Referenced by main(), operator<(), and operator==(). |
|
|
Definition at line 157 of file tinystr.h. Referenced by TiXmlString::append(), TiXmlString::assign(), and TiXmlString::reserve(). |
|
|
|
|
|
Definition at line 145 of file tinystr.h. Referenced by TiXmlString::operator+=(), TiXmlString::reserve(), and TiXmlString::TiXmlString(). |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 148 of file tinystr.h. Referenced by TiXmlString::append(), operator+(), TiXmlString::operator+=(), TiXmlString::operator=(), operator==(), TiXmlString::reserve(), and TiXmlString::TiXmlString(). |
|
|
Definition at line 135 of file tinystr.h. References TiXmlString::data(), and TiXmlString::length(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 41 of file tinystr.cpp. References TiXmlString::capacity(), TiXmlString::data(), TiXmlString::init(), TiXmlString::length(), TiXmlString::start(), and TiXmlString::swap(). Referenced by TiXmlString::append(), and operator+(). |
|
|
|
|
|
Definition at line 211 of file tinystr.h. References TiXmlString::rep_. Referenced by TiXmlString::assign(), and TiXmlString::reserve(). |
|
|
Definition at line 35 of file tinystr.cpp. |
1.3.9.1