#include <tinyxml.h>
Public Member Functions | |
| void | Add (TiXmlAttribute *attribute) |
| const TiXmlAttribute * | Find (const TIXML_STRING &name) const |
| TiXmlAttribute * | Find (const TIXML_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 |
Definition at line 1618 of file tinyxml.cpp.
Definition at line 1625 of file tinyxml.cpp.
| RTT::marsh::TiXmlAttributeSet::TiXmlAttributeSet | ( | const TiXmlAttributeSet & | ) | [private] |
| void RTT::marsh::TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1632 of file tinyxml.cpp.
| const TiXmlAttribute * RTT::marsh::TiXmlAttributeSet::Find | ( | const TIXML_STRING & | name | ) | const |
Definition at line 1661 of file tinyxml.cpp.
| TiXmlAttribute * RTT::marsh::TiXmlAttributeSet::Find | ( | const TIXML_STRING & | name | ) |
Definition at line 1673 of file tinyxml.cpp.
| const TiXmlAttribute* RTT::marsh::TiXmlAttributeSet::First | ( | ) | const [inline] |
| TiXmlAttribute* RTT::marsh::TiXmlAttributeSet::First | ( | ) | [inline] |
| const TiXmlAttribute* RTT::marsh::TiXmlAttributeSet::Last | ( | ) | const [inline] |
| TiXmlAttribute* RTT::marsh::TiXmlAttributeSet::Last | ( | ) | [inline] |
| void RTT::marsh::TiXmlAttributeSet::operator= | ( | const TiXmlAttributeSet & | ) | [private] |
| void RTT::marsh::TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1643 of file tinyxml.cpp.