#include <assert.h>#include <string.h>


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) |
| bool operator!= | ( | const char * | a, | |
| const TiXmlString & | b | |||
| ) | [inline] |
| bool operator!= | ( | const TiXmlString & | a, | |
| const char * | b | |||
| ) | [inline] |
| bool operator!= | ( | const TiXmlString & | a, | |
| const TiXmlString & | b | |||
| ) | [inline] |
| TiXmlString operator+ | ( | const char * | a, | |
| const TiXmlString & | b | |||
| ) |
Definition at line 104 of file tinystr.cpp.
References TiXmlString::append(), TiXmlString::length(), and TiXmlString::reserve().
| TiXmlString operator+ | ( | const TiXmlString & | a, | |
| const char * | b | |||
| ) |
Definition at line 94 of file tinystr.cpp.
References TiXmlString::append(), TiXmlString::length(), and TiXmlString::reserve().
| TiXmlString operator+ | ( | const TiXmlString & | a, | |
| const TiXmlString & | b | |||
| ) |
Definition at line 85 of file tinystr.cpp.
References TiXmlString::length(), and TiXmlString::reserve().
| bool operator< | ( | const TiXmlString & | a, | |
| const TiXmlString & | b | |||
| ) | [inline] |
| bool operator<= | ( | const TiXmlString & | a, | |
| const TiXmlString & | b | |||
| ) | [inline] |
| bool operator== | ( | const char * | a, | |
| const TiXmlString & | b | |||
| ) | [inline] |
| bool operator== | ( | const TiXmlString & | a, | |
| const char * | b | |||
| ) | [inline] |
| bool operator== | ( | const TiXmlString & | a, | |
| const TiXmlString & | b | |||
| ) | [inline] |
Definition at line 269 of file tinystr.h.
References TiXmlString::c_str(), and TiXmlString::length().
| bool operator> | ( | const TiXmlString & | a, | |
| const TiXmlString & | b | |||
| ) | [inline] |
| bool operator>= | ( | const TiXmlString & | a, | |
| const TiXmlString & | b | |||
| ) | [inline] |
1.5.6