#include "tinystr.h"

Go to the source code of this file.
Functions | |
| TiXmlString | operator+ (const TiXmlString &a, const TiXmlString &b) |
| TiXmlString | operator+ (const TiXmlString &a, const char *b) |
| TiXmlString | operator+ (const char *a, const TiXmlString &b) |
| 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().
1.5.6