|
Frapper
1.0a
|
#include <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) |
Private Member Functions | |
| TiXmlAttributeSet (const TiXmlAttributeSet &) | |
| void | operator= (const TiXmlAttributeSet &) |
Private Attributes | |
| TiXmlAttribute | sentinel |
| TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
| TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
|
private |
| void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
| void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
|
inline |
|
inline |
|
inline |
|
inline |
| TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
| TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const char * | _name | ) |
|
private |
|
private |
1.8.2