#include <tinyxml.h>
Public Member Functions | |
void | Add (TiXmlAttribute *attribute) |
TiXmlAttribute * | Find (const char *_name) const |
TiXmlAttribute * | Find (const std::string &_name) const |
TiXmlAttribute * | FindOrCreate (const char *_name) |
TiXmlAttribute * | FindOrCreate (const std::string &_name) |
const TiXmlAttribute * | First () const |
TiXmlAttribute * | First () |
const TiXmlAttribute * | Last () const |
TiXmlAttribute * | Last () |
void | Remove (TiXmlAttribute *attribute) |
TiXmlAttributeSet () | |
~TiXmlAttributeSet () | |
Private Member Functions | |
void | operator= (const TiXmlAttributeSet &) |
TiXmlAttributeSet (const TiXmlAttributeSet &) | |
Private Attributes | |
TiXmlAttribute | sentinel |
TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
Definition at line 1488 of file tinyxml.cpp.
TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Definition at line 1495 of file tinyxml.cpp.
|
private |
void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1502 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
Definition at line 1560 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::Find | ( | const std::string & | _name | ) | const |
Definition at line 1537 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const char * | _name | ) |
Definition at line 1571 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const std::string & | _name | ) |
Definition at line 1547 of file tinyxml.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1517 of file tinyxml.cpp.
|
private |