Nebula
Loading...
Searching...
No Matches
tinystr.h File Reference
#include <assert.h>
#include <string.h>

Go to the source code of this file.

Classes

class  TiXmlString
 
struct  TiXmlString::Rep
 
class  TiXmlOutStream
 

Macros

#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)
 

Macro Definition Documentation

◆ TIXML_EXPLICIT

#define TIXML_EXPLICIT

Function Documentation

◆ operator!=() [1/3]

bool operator!= ( const char * a,
const TiXmlString & b )
inline

◆ operator!=() [2/3]

bool operator!= ( const TiXmlString & a,
const char * b )
inline

◆ operator!=() [3/3]

bool operator!= ( const TiXmlString & a,
const TiXmlString & b )
inline

◆ operator+() [1/3]

TiXmlString operator+ ( const char * a,
const TiXmlString & b )

◆ operator+() [2/3]

TiXmlString operator+ ( const TiXmlString & a,
const char * b )

◆ operator+() [3/3]

TiXmlString operator+ ( const TiXmlString & a,
const TiXmlString & b )

◆ operator<()

bool operator< ( const TiXmlString & a,
const TiXmlString & b )
inline

◆ operator<=()

bool operator<= ( const TiXmlString & a,
const TiXmlString & b )
inline

◆ operator==() [1/3]

bool operator== ( const char * a,
const TiXmlString & b )
inline

◆ operator==() [2/3]

bool operator== ( const TiXmlString & a,
const char * b )
inline

◆ operator==() [3/3]

bool operator== ( const TiXmlString & a,
const TiXmlString & b )
inline

◆ operator>()

bool operator> ( const TiXmlString & a,
const TiXmlString & b )
inline

◆ operator>=()

bool operator>= ( const TiXmlString & a,
const TiXmlString & b )
inline