#include <tinyxml.h>
◆ TiXmlAttributeSet() [1/2]
| TiXmlAttributeSet::TiXmlAttributeSet |
( |
| ) |
|
TiXmlAttribute sentinel
Definition: tinyxml.h:932
TiXmlAttribute * prev
Definition: tinyxml.h:886
TiXmlAttribute * next
Definition: tinyxml.h:887
◆ ~TiXmlAttributeSet()
| TiXmlAttributeSet::~TiXmlAttributeSet |
( |
| ) |
|
◆ TiXmlAttributeSet() [2/2]
◆ Add()
1516 #ifdef TIXML_USE_STL
1519 assert( !
Find( addMe->Name() ) );
TiXmlAttribute * Find(const char *_name) const
Definition: tinyxml.cpp:1572
#define TIXML_STRING
Definition: tinyxml.h:53
◆ Find()
1576 if ( strcmp( node->name.c_str(),
name ) == 0 )
Definition: tinyxml.h:780
const char * name
Definition: merge_Energy_SytematicSources_Electron.C:24
◆ FindOrCreate()
| TiXmlAttribute * TiXmlAttributeSet::FindOrCreate |
( |
const char * |
_name | ) |
|
void Add(TiXmlAttribute *attribute)
Definition: tinyxml.cpp:1514
void SetName(const char *_name)
Set the name of this attribute.
Definition: tinyxml.h:835
◆ First() [1/2]
◆ First() [2/2]
◆ Last() [1/2]
◆ Last() [2/2]
◆ operator=()
◆ Remove()
1535 if ( node == removeMe )
◆ sentinel
The documentation for this class was generated from the following files: