DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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_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

#define TIXML_EXPLICIT

Definition at line 56 of file tinystr.h.

Function Documentation

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

Definition at line 279 of file tinystr.h.

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

Definition at line 286 of file tinystr.h.

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

Definition at line 287 of file tinystr.h.

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 TiXmlString a,
const TiXmlString b 
)
inline

Definition at line 274 of file tinystr.h.

References TiXmlString::c_str().

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

Definition at line 281 of file tinystr.h.

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 char *  b 
)
inline

Definition at line 284 of file tinystr.h.

References TiXmlString::c_str().

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

Definition at line 285 of file tinystr.h.

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

Definition at line 280 of file tinystr.h.

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

Definition at line 282 of file tinystr.h.