#include <tinyxml.h>
Public Member Functions | |
void | Add (TiXmlAttribute *attribute) |
const TiXmlAttribute * | Find (const char *_name) const |
TiXmlAttribute * | Find (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 1503 of file tinyxml.cpp.
Definition at line 1510 of file tinyxml.cpp.
rospack_tinyxml::TiXmlAttributeSet::TiXmlAttributeSet | ( | const TiXmlAttributeSet & | ) | [private] |
void rospack_tinyxml::TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1517 of file tinyxml.cpp.
const TiXmlAttribute * rospack_tinyxml::TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
Definition at line 1576 of file tinyxml.cpp.
TiXmlAttribute* rospack_tinyxml::TiXmlAttributeSet::Find | ( | const char * | _name | ) | [inline] |
const TiXmlAttribute* rospack_tinyxml::TiXmlAttributeSet::First | ( | ) | const [inline] |
TiXmlAttribute* rospack_tinyxml::TiXmlAttributeSet::First | ( | ) | [inline] |
const TiXmlAttribute* rospack_tinyxml::TiXmlAttributeSet::Last | ( | ) | const [inline] |
TiXmlAttribute* rospack_tinyxml::TiXmlAttributeSet::Last | ( | ) | [inline] |
void rospack_tinyxml::TiXmlAttributeSet::operator= | ( | const TiXmlAttributeSet & | ) | [private] |
void rospack_tinyxml::TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1532 of file tinyxml.cpp.