DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Classes | Macros | Functions
tinystr.h File Reference
#include <assert.h>
#include <string.h>

Go to the source code of this file.

Classes

class  TiXmlString
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlString::Rep
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 
class  TiXmlOutStream
 TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
 

Macros

#define TIXML_STRING_INCLUDED
 
#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

Definition at line 60 of file tinystr.h.

◆ TIXML_STRING_INCLUDED

#define TIXML_STRING_INCLUDED

Definition at line 44 of file tinystr.h.

Function Documentation

◆ operator!=() [1/3]

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

Definition at line 289 of file tinystr.h.

◆ operator!=() [2/3]

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

Definition at line 288 of file tinystr.h.

◆ operator!=() [3/3]

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

Definition at line 281 of file tinystr.h.

◆ 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

Definition at line 276 of file tinystr.h.

◆ operator<=()

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

Definition at line 283 of file tinystr.h.

◆ operator==() [1/3]

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

Definition at line 287 of file tinystr.h.

◆ operator==() [2/3]

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

Definition at line 286 of file tinystr.h.

◆ operator==() [3/3]

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

Definition at line 271 of file tinystr.h.

◆ operator>()

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

Definition at line 282 of file tinystr.h.

◆ operator>=()

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

Definition at line 284 of file tinystr.h.