Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
tinystr.h File Reference
#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  pandora::TiXmlString
 
struct  pandora::TiXmlString::Rep
 
class  pandora::TiXmlOutStream
 

Namespaces

namespace  pandora
 

Macros

#define TIXML_EXPLICIT
 

Functions

bool pandora::operator== (const TiXmlString &a, const TiXmlString &b)
 
bool pandora::operator< (const TiXmlString &a, const TiXmlString &b)
 
bool pandora::operator!= (const TiXmlString &a, const TiXmlString &b)
 
bool pandora::operator> (const TiXmlString &a, const TiXmlString &b)
 
bool pandora::operator<= (const TiXmlString &a, const TiXmlString &b)
 
bool pandora::operator>= (const TiXmlString &a, const TiXmlString &b)
 
bool pandora::operator== (const TiXmlString &a, const char *b)
 
bool pandora::operator== (const char *a, const TiXmlString &b)
 
bool pandora::operator!= (const TiXmlString &a, const char *b)
 
bool pandora::operator!= (const char *a, const TiXmlString &b)
 
TiXmlString pandora::operator+ (const TiXmlString &a, const TiXmlString &b)
 
TiXmlString pandora::operator+ (const TiXmlString &a, const char *b)
 
TiXmlString pandora::operator+ (const char *a, const TiXmlString &b)
 

Class Documentation

◆ pandora::TiXmlString::Rep

struct pandora::TiXmlString::Rep

Definition at line 213 of file tinystr.h.

Class Members
size_type capacity
size_type size
char str[1]

Macro Definition Documentation

◆ TIXML_EXPLICIT

#define TIXML_EXPLICIT

Definition at line 44 of file tinystr.h.