#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 |
RTT::marsh::TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
Definition at line 1618 of file tinyxml.cpp.
RTT::marsh::TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Definition at line 1625 of file tinyxml.cpp.
|
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.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
void RTT::marsh::TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1643 of file tinyxml.cpp.
|
private |