Otclient  14/8/2020
TiXmlAttributeSet Class Reference

#include <tinyxml.h>

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)
 

Detailed Description

Definition at line 906 of file tinyxml.h.

Constructor & Destructor Documentation

◆ TiXmlAttributeSet()

TiXmlAttributeSet::TiXmlAttributeSet ( )

Definition at line 1303 of file tinyxml.cpp.

◆ ~TiXmlAttributeSet()

TiXmlAttributeSet::~TiXmlAttributeSet ( )

Definition at line 1310 of file tinyxml.cpp.

Member Function Documentation

◆ Add()

void TiXmlAttributeSet::Add ( TiXmlAttribute attribute)

Definition at line 1317 of file tinyxml.cpp.

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

◆ Find() [1/2]

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

Definition at line 1375 of file tinyxml.cpp.

Here is the caller graph for this function:

◆ Find() [2/2]

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

Definition at line 1352 of file tinyxml.cpp.

◆ FindOrCreate() [1/2]

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

Definition at line 1386 of file tinyxml.cpp.

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

◆ FindOrCreate() [2/2]

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

Definition at line 1362 of file tinyxml.cpp.

Here is the call graph for this function:

◆ First() [1/2]

TiXmlAttribute* TiXmlAttributeSet::First ( )
inline

Definition at line 916 of file tinyxml.h.

◆ First() [2/2]

const TiXmlAttribute* TiXmlAttributeSet::First ( ) const
inline

Definition at line 915 of file tinyxml.h.

Here is the caller graph for this function:

◆ Last() [1/2]

TiXmlAttribute* TiXmlAttributeSet::Last ( )
inline

Definition at line 918 of file tinyxml.h.

◆ Last() [2/2]

const TiXmlAttribute* TiXmlAttributeSet::Last ( ) const
inline

Definition at line 917 of file tinyxml.h.

Here is the caller graph for this function:

◆ Remove()

void TiXmlAttributeSet::Remove ( TiXmlAttribute attribute)

Definition at line 1332 of file tinyxml.cpp.

Here is the caller graph for this function:

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