#include <assert.h>
#include <string.h>
Include dependency graph for tinystr.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | TiXmlString |
| struct | TiXmlString::Rep |
| class | TiXmlOutStream |
Defines | |
| #define | TIXML_EXPLICIT |
Functions | |
| bool | operator== (const TiXmlString &a, const TiXmlString &b) |
| bool | operator< (const TiXmlString &a, const TiXmlString &b) |
| bool | operator!= (const TiXmlString &a, const TiXmlString &b) |
| bool | operator> (const TiXmlString &a, const TiXmlString &b) |
| bool | operator<= (const TiXmlString &a, const TiXmlString &b) |
| bool | operator>= (const TiXmlString &a, const TiXmlString &b) |
| bool | operator== (const TiXmlString &a, const char *b) |
| bool | operator== (const char *a, const TiXmlString &b) |
| bool | operator!= (const TiXmlString &a, const char *b) |
| bool | operator!= (const char *a, const TiXmlString &b) |
| TiXmlString | operator+ (const TiXmlString &a, const TiXmlString &b) |
| TiXmlString | operator+ (const TiXmlString &a, const char *b) |
| TiXmlString | operator+ (const char *a, const TiXmlString &b) |
|
|
Definition at line 56 of file tinystr.h. Referenced by TiXmlString::TiXmlString(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 104 of file tinystr.cpp. References TiXmlString::append(), TiXmlString::length(), and TiXmlString::reserve(). |
|
||||||||||||
|
Definition at line 94 of file tinystr.cpp. References TiXmlString::append(), TiXmlString::length(), and TiXmlString::reserve(). |
|
||||||||||||
|
Definition at line 85 of file tinystr.cpp. References TiXmlString::length(), and TiXmlString::reserve(). |
|
||||||||||||
|
Definition at line 274 of file tinystr.h. References TiXmlString::c_str(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 284 of file tinystr.h. References TiXmlString::c_str(). |
|
||||||||||||
|
Definition at line 269 of file tinystr.h. References TiXmlString::c_str(), and TiXmlString::length(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.9.1