Classes | Enumerations | Functions | Variables
rospack_tinyxml Namespace Reference

Classes

class  TiXmlAttribute
class  TiXmlAttributeSet
class  TiXmlBase
class  TiXmlComment
struct  TiXmlCursor
class  TiXmlDeclaration
class  TiXmlDocument
class  TiXmlElement
class  TiXmlHandle
class  TiXmlNode
class  TiXmlOutStream
class  TiXmlParsingData
class  TiXmlPrinter
class  TiXmlString
class  TiXmlText
class  TiXmlUnknown
class  TiXmlVisitor

Enumerations

enum  { TIXML_SUCCESS, TIXML_NO_ATTRIBUTE, TIXML_WRONG_TYPE }
enum  TiXmlEncoding { TIXML_ENCODING_UNKNOWN, TIXML_ENCODING_UTF8, TIXML_ENCODING_LEGACY }

Functions

bool operator!= (const TiXmlString &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)
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 TiXmlString &b)
bool operator>= (const TiXmlString &a, const TiXmlString &b)
FILE * TiXmlFOpen (const char *filename, const char *mode)

Variables

const TiXmlEncoding TIXML_DEFAULT_ENCODING = TIXML_ENCODING_UNKNOWN
const int TIXML_MAJOR_VERSION = 2
const int TIXML_MINOR_VERSION = 5
const int TIXML_PATCH_VERSION = 3
const unsigned char TIXML_UTF_LEAD_0 = 0xefU
const unsigned char TIXML_UTF_LEAD_1 = 0xbbU
const unsigned char TIXML_UTF_LEAD_2 = 0xbfU

Enumeration Type Documentation

anonymous enum
Enumerator:
TIXML_SUCCESS 
TIXML_NO_ATTRIBUTE 
TIXML_WRONG_TYPE 

Definition at line 169 of file tinyxml.h.

Enumerator:
TIXML_ENCODING_UNKNOWN 
TIXML_ENCODING_UTF8 
TIXML_ENCODING_LEGACY 

Definition at line 178 of file tinyxml.h.


Function Documentation

bool rospack_tinyxml::operator!= ( const TiXmlString &  a,
const TiXmlString &  b 
) [inline]

Definition at line 280 of file tinystr.h.

bool rospack_tinyxml::operator!= ( const TiXmlString &  a,
const char *  b 
) [inline]

Definition at line 287 of file tinystr.h.

bool rospack_tinyxml::operator!= ( const char *  a,
const TiXmlString &  b 
) [inline]

Definition at line 288 of file tinystr.h.

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

Definition at line 88 of file tinystr.cpp.

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

Definition at line 97 of file tinystr.cpp.

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

Definition at line 107 of file tinystr.cpp.

bool rospack_tinyxml::operator< ( const TiXmlString &  a,
const TiXmlString &  b 
) [inline]

Definition at line 275 of file tinystr.h.

bool rospack_tinyxml::operator<= ( const TiXmlString &  a,
const TiXmlString &  b 
) [inline]

Definition at line 282 of file tinystr.h.

bool rospack_tinyxml::operator== ( const TiXmlString &  a,
const TiXmlString &  b 
) [inline]

Definition at line 270 of file tinystr.h.

bool rospack_tinyxml::operator== ( const TiXmlString &  a,
const char *  b 
) [inline]

Definition at line 285 of file tinystr.h.

bool rospack_tinyxml::operator== ( const char *  a,
const TiXmlString &  b 
) [inline]

Definition at line 286 of file tinystr.h.

bool rospack_tinyxml::operator> ( const TiXmlString &  a,
const TiXmlString &  b 
) [inline]

Definition at line 281 of file tinystr.h.

bool rospack_tinyxml::operator>= ( const TiXmlString &  a,
const TiXmlString &  b 
) [inline]

Definition at line 283 of file tinystr.h.

FILE* rospack_tinyxml::TiXmlFOpen ( const char *  filename,
const char *  mode 
)

Definition at line 39 of file tinyxml.cpp.


Variable Documentation

Definition at line 185 of file tinyxml.h.

Definition at line 108 of file tinyxml.h.

Definition at line 109 of file tinyxml.h.

Definition at line 110 of file tinyxml.h.

const unsigned char rospack_tinyxml::TIXML_UTF_LEAD_0 = 0xefU

Definition at line 64 of file tinyxmlparser.cpp.

const unsigned char rospack_tinyxml::TIXML_UTF_LEAD_1 = 0xbbU

Definition at line 65 of file tinyxmlparser.cpp.

const unsigned char rospack_tinyxml::TIXML_UTF_LEAD_2 = 0xbfU

Definition at line 66 of file tinyxmlparser.cpp.



rospack
Author(s): Brian Gerkey/gerkey@willowgarage.com, Morgan Quigley/mquigley@cs.stanford.edu
autogenerated on Fri Jan 3 2014 11:51:40