#include <tinyxml.h>
| Public Member Functions | |
| void | Add (TiXmlAttribute *attribute) | 
| TiXmlAttribute * | Find (const char *_name) const | 
| TiXmlAttribute * | FindOrCreate (const char *_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 | 
Definition at line 1461 of file tinyxml.cpp.
Definition at line 1468 of file tinyxml.cpp.
| TiXmlAttributeSet::TiXmlAttributeSet | ( | const TiXmlAttributeSet & | ) |  [private] | 
| void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) | 
Definition at line 1475 of file tinyxml.cpp.
| TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const | 
Definition at line 1533 of file tinyxml.cpp.
| TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const char * | _name | ) | 
Definition at line 1544 of file tinyxml.cpp.
| const TiXmlAttribute* TiXmlAttributeSet::First | ( | ) | const  [inline] | 
| TiXmlAttribute* TiXmlAttributeSet::First | ( | ) |  [inline] | 
| const TiXmlAttribute* TiXmlAttributeSet::Last | ( | ) | const  [inline] | 
| TiXmlAttribute* TiXmlAttributeSet::Last | ( | ) |  [inline] | 
| void TiXmlAttributeSet::operator= | ( | const TiXmlAttributeSet & | ) |  [private] | 
| void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) | 
Definition at line 1490 of file tinyxml.cpp.
| TiXmlAttribute TiXmlAttributeSet::sentinel  [private] |