Otclient
14/8/2020
|
#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) |
TiXmlAttribute * | Find (const std::string &_name) const |
TiXmlAttribute * | FindOrCreate (const std::string &_name) |
TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
Definition at line 1303 of file tinyxml.cpp.
TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Definition at line 1310 of file tinyxml.cpp.
void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1317 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
TiXmlAttribute * TiXmlAttributeSet::Find | ( | const std::string & | _name | ) | const |
Definition at line 1352 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const char * | _name | ) |
Definition at line 1386 of file tinyxml.cpp.
TiXmlAttribute * TiXmlAttributeSet::FindOrCreate | ( | const std::string & | _name | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |