#include <tinyxml.h>
| Public Member Functions | |
| void | Add (TiXmlAttribute *attribute) | 
| TiXmlAttribute * | Find (const char *_name) const | 
| TiXmlAttribute * | FindOrCreate (const char *_name) | 
| TiXmlAttribute * | First () | 
| const TiXmlAttribute * | First () const | 
| TiXmlAttribute * | Last () | 
| const TiXmlAttribute * | Last () const | 
| 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 1500 of file tinyxml.cpp.
| TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) | 
Definition at line 1507 of file tinyxml.cpp.
| 
 | private | 
| void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) | 
Definition at line 1514 of file tinyxml.cpp.
| TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const | 
Definition at line 1572 of file tinyxml.cpp.
| TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const char * | _name | ) | 
Definition at line 1583 of file tinyxml.cpp.
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | private | 
| void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) | 
Definition at line 1529 of file tinyxml.cpp.
| 
 | private |