DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
TinyXML class. See http://www.grinninglizard.com/tinyxml. More...
#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) |
Private Member Functions | |
TiXmlAttributeSet (const TiXmlAttributeSet &) | |
void | operator= (const TiXmlAttributeSet &) |
Private Attributes | |
TiXmlAttribute | sentinel |
TinyXML class. See http://www.grinninglizard.com/tinyxml.
See
TiXmlAttributeSet::TiXmlAttributeSet | ( | ) |
Definition at line 1527 of file tinyxml_inl.h.
TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Definition at line 1534 of file tinyxml_inl.h.
|
private |
void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1541 of file tinyxml_inl.h.
|
inline |
const TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
Definition at line 1600 of file tinyxml_inl.h.
|
inline |
const TiXmlAttribute* TiXmlAttributeSet::Find | ( | const std::string & | _name | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
void TiXmlAttributeSet::Remove | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1556 of file tinyxml_inl.h.
|
private |