#include <tinyxml.h>
Collaboration diagram for TiXmlAttributeSet:

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) |
Private Member Functions | |
| TiXmlAttributeSet (const TiXmlAttributeSet &) | |
| void | operator= (const TiXmlAttributeSet &) |
Private Attributes | |
| TiXmlAttribute | sentinel |
Definition at line 815 of file tinyxml.h.
|
|
Definition at line 1512 of file tinyxml.cpp. References TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel. |
|
|
Definition at line 1519 of file tinyxml.cpp. References TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel. |
|
|
|
|
|
Definition at line 1526 of file tinyxml.cpp. References Find(), TiXmlAttribute::Name(), TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel. Referenced by TiXmlElement::Parse(), and TiXmlElement::SetAttribute(). Here is the call graph for this function: ![]() |
|
|
Definition at line 1567 of file tinyxml.cpp. References TiXmlAttribute::name, TiXmlAttribute::next, and sentinel. |
|
|
Definition at line 1555 of file tinyxml.cpp. References TiXmlAttribute::name, TiXmlAttribute::next, and sentinel. Referenced by Add(), TiXmlElement::Attribute(), TiXmlElement::Parse(), TiXmlElement::QueryDoubleAttribute(), TiXmlElement::QueryIntAttribute(), TiXmlElement::RemoveAttribute(), and TiXmlElement::SetAttribute(). |
|
|
|
|
|
Definition at line 824 of file tinyxml.h. Referenced by TiXmlElement::ClearThis(), TiXmlElement::CopyTo(), and TiXmlElement::Print(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 1537 of file tinyxml.cpp. References TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel. Referenced by TiXmlElement::ClearThis(), and TiXmlElement::RemoveAttribute(). |
|
|
Definition at line 838 of file tinyxml.h. Referenced by Add(), Find(), Remove(), TiXmlAttributeSet(), and ~TiXmlAttributeSet(). |
1.4.5