![]() |
DD4hep
1.33.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 1525 of file tinyxml_inl.h.
| TiXmlAttributeSet::~TiXmlAttributeSet | ( | ) |
Definition at line 1532 of file tinyxml_inl.h.
|
private |
| void TiXmlAttributeSet::Add | ( | TiXmlAttribute * | attribute | ) |
Definition at line 1539 of file tinyxml_inl.h.
|
inline |
| const TiXmlAttribute * TiXmlAttributeSet::Find | ( | const char * | _name | ) | const |
Definition at line 1598 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 1554 of file tinyxml_inl.h.
|
private |
1.8.18