Scheduler
|
#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 () |
TiXmlAttribute * | Find (const char *_name) const |
TiXmlAttribute * | FindOrCreate (const char *_name) |
TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
Definition at line 1509 of file tinyxml.cpp.
TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Definition at line 1516 of file tinyxml.cpp.
void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1523 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
Definition at line 1581 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const char * | _name | ) |
Definition at line 1592 of file tinyxml.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1538 of file tinyxml.cpp.