Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
pandora::TiXmlAttributeSet Class Reference

#include "tinyxml.h"

Collaboration diagram for pandora::TiXmlAttributeSet:

Public Member Functions

 TiXmlAttributeSet ()
 
 ~TiXmlAttributeSet ()
 
void Add (TiXmlAttribute *attribute)
 
void Remove (TiXmlAttribute *attribute)
 
const TiXmlAttributeFirst () const
 
TiXmlAttributeFirst ()
 
const TiXmlAttributeLast () const
 
TiXmlAttributeLast ()
 
TiXmlAttributeFind (const char *_name) const
 
TiXmlAttributeFindOrCreate (const char *_name)
 
TiXmlAttributeFind (const std::string &_name) const
 
TiXmlAttributeFindOrCreate (const std::string &_name)
 

Private Member Functions

 TiXmlAttributeSet (const TiXmlAttributeSet &)
 
void operator= (const TiXmlAttributeSet &)
 

Private Attributes

TiXmlAttribute sentinel
 

Detailed Description

Definition at line 910 of file tinyxml.h.

Constructor & Destructor Documentation

◆ TiXmlAttributeSet() [1/2]

pandora::TiXmlAttributeSet::TiXmlAttributeSet ( )

Definition at line 1503 of file tinyxml.cc.

◆ ~TiXmlAttributeSet()

pandora::TiXmlAttributeSet::~TiXmlAttributeSet ( )

Definition at line 1510 of file tinyxml.cc.

◆ TiXmlAttributeSet() [2/2]

pandora::TiXmlAttributeSet::TiXmlAttributeSet ( const TiXmlAttributeSet )
private

Member Function Documentation

◆ Add()

void pandora::TiXmlAttributeSet::Add ( TiXmlAttribute attribute)

Definition at line 1517 of file tinyxml.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Find() [1/2]

TiXmlAttribute * pandora::TiXmlAttributeSet::Find ( const char *  _name) const

Definition at line 1575 of file tinyxml.cc.

Here is the caller graph for this function:

◆ Find() [2/2]

TiXmlAttribute * pandora::TiXmlAttributeSet::Find ( const std::string &  _name) const

◆ FindOrCreate() [1/2]

TiXmlAttribute * pandora::TiXmlAttributeSet::FindOrCreate ( const char *  _name)

Definition at line 1586 of file tinyxml.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FindOrCreate() [2/2]

TiXmlAttribute * pandora::TiXmlAttributeSet::FindOrCreate ( const std::string &  _name)

◆ First() [1/2]

TiXmlAttribute * pandora::TiXmlAttributeSet::First ( )
inline

Definition at line 920 of file tinyxml.h.

◆ First() [2/2]

const TiXmlAttribute * pandora::TiXmlAttributeSet::First ( ) const
inline

Definition at line 919 of file tinyxml.h.

Here is the caller graph for this function:

◆ Last() [1/2]

TiXmlAttribute * pandora::TiXmlAttributeSet::Last ( )
inline

Definition at line 922 of file tinyxml.h.

◆ Last() [2/2]

const TiXmlAttribute * pandora::TiXmlAttributeSet::Last ( ) const
inline

Definition at line 921 of file tinyxml.h.

Here is the caller graph for this function:

◆ operator=()

void pandora::TiXmlAttributeSet::operator= ( const TiXmlAttributeSet )
private

◆ Remove()

void pandora::TiXmlAttributeSet::Remove ( TiXmlAttribute attribute)

Definition at line 1532 of file tinyxml.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ sentinel

TiXmlAttribute pandora::TiXmlAttributeSet::sentinel
private

Definition at line 939 of file tinyxml.h.


The documentation for this class was generated from the following files: