quadEM 7-0
Classes | Defines | Functions
/home/epics/devel/areaDetector/ADCore/ADApp/ADSrc/tinystr.h File Reference
#include <assert.h>
#include <string.h>
#include <shareLib.h>

Go to the source code of this file.

Classes

class  TiXmlString
struct  TiXmlString::Rep
class  TiXmlOutStream

Defines

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

Define Documentation

#define TIXML_EXPLICIT

Function Documentation

bool operator!= ( const TiXmlString a,
const TiXmlString b 
) [inline]
bool operator!= ( const TiXmlString a,
const char *  b 
) [inline]
bool operator!= ( const char *  a,
const TiXmlString b 
) [inline]
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]
bool operator<= ( const TiXmlString a,
const TiXmlString b 
) [inline]
bool operator== ( const TiXmlString a,
const char *  b 
) [inline]
bool operator== ( const TiXmlString a,
const TiXmlString b 
) [inline]
bool operator== ( const char *  a,
const TiXmlString b 
) [inline]
bool operator> ( const TiXmlString a,
const TiXmlString b 
) [inline]
bool operator>= ( const TiXmlString a,
const TiXmlString b 
) [inline]