![]() |
aGrUM
0.16.0
|
#include <tinyxml.h>
Public Member Functions | |
TiXmlAttributeSet () | |
~TiXmlAttributeSet () | |
void | Add (TiXmlAttribute *attribute) |
void | Remove (TiXmlAttribute *attribute) |
const TiXmlAttribute * | First () const |
TiXmlAttribute * | First () |
const TiXmlAttribute * | Last () const |
TiXmlAttribute * | Last () |
const TiXmlAttribute * | Find (const char *_name) const |
TiXmlAttribute * | Find (const char *_name) |
const TiXmlAttribute * | Find (const std::string &_name) const |
TiXmlAttribute * | Find (const std::string &_name) |
TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
Definition at line 1417 of file tinyxml.cpp.
TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Definition at line 1422 of file tinyxml.cpp.
|
private |
void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1427 of file tinyxml.cpp.
References TiXmlAttribute::Name(), TiXmlAttribute::next, TiXmlAttribute::prev, and TIXML_STRING.
Referenced by TiXmlElement::SetAttribute().
const TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
Definition at line 1482 of file tinyxml.cpp.
References TiXmlAttribute::next.
Referenced by TiXmlElement::Attribute(), TiXmlElement::QueryDoubleAttribute(), TiXmlElement::QueryIntAttribute(), and TiXmlElement::SetAttribute().
|
inline |
Definition at line 1068 of file tinyxml.h.
const TiXmlAttribute * TiXmlAttributeSet::Find | ( | const std::string & | _name | ) | const |
|
inline |
Definition at line 1074 of file tinyxml.h.
|
inline |
Definition at line 1054 of file tinyxml.h.
References TiXmlAttribute::next.
Referenced by TiXmlElement::Accept(), TiXmlElement::ClearThis(), TiXmlElement::CopyTo(), and TiXmlElement::Print().
|
inline |
|
inline |
|
inline |
|
private |
void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1442 of file tinyxml.cpp.
References TiXmlAttribute::next, and TiXmlAttribute::prev.
Referenced by TiXmlElement::ClearThis().
|
private |