TDME2
1.9.200
|
#include </home/andreas/Development/drewke.net/tdme2/ext/tinyxml/tinyxml.h>
Public Member Functions | |
TiXmlAttributeSet () | |
~TiXmlAttributeSet () | |
void | Add (TiXmlAttribute *attribute) |
void | Remove (TiXmlAttribute *attribute) |
const TiXmlAttribute * | First () const |
TiXmlAttribute * | First () |
const TiXmlAttribute * | Last () const |
TiXmlAttribute * | Last () |
TiXmlAttribute * | Find (const char *_name) const |
TiXmlAttribute * | FindOrCreate (const char *_name) |
TiXmlAttribute * | Find (const std::string &_name) const |
TiXmlAttribute * | FindOrCreate (const std::string &_name) |
Private Member Functions | |
TiXmlAttributeSet (const TiXmlAttributeSet &) | |
void | operator= (const TiXmlAttributeSet &) |
Private Attributes | |
TiXmlAttribute | sentinel |
Definition at line 1466 of file tinyxml.cpp.
~TiXmlAttributeSet | ( | ) |
Definition at line 1473 of file tinyxml.cpp.
|
private |
void Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1480 of file tinyxml.cpp.
void Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1491 of file tinyxml.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
TiXmlAttribute * Find | ( | const char * | _name | ) | const |
Definition at line 1532 of file tinyxml.cpp.
TiXmlAttribute * FindOrCreate | ( | const char * | _name | ) |
Definition at line 1543 of file tinyxml.cpp.
TiXmlAttribute * Find | ( | const std::string & | _name | ) | const |
Definition at line 1510 of file tinyxml.cpp.
TiXmlAttribute * FindOrCreate | ( | const std::string & | _name | ) |
Definition at line 1520 of file tinyxml.cpp.
|
private |
|
private |