Panda3D
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TiXmlAttributeSet Class Reference

Public Member Functions

void Add (TiXmlAttribute *attribute)
 
TiXmlAttributeFind (const char *_name) const
 
TiXmlAttributeFindOrCreate (const char *_name)
 
TiXmlAttributeFirst ()
 
const TiXmlAttributeFirst () const
 
TiXmlAttributeLast ()
 
const TiXmlAttributeLast () const
 
void Remove (TiXmlAttribute *attribute)
 

Detailed Description

Definition at line 903 of file tinyxml.h.

Constructor & Destructor Documentation

◆ TiXmlAttributeSet()

TiXmlAttributeSet::TiXmlAttributeSet ( )

Definition at line 1475 of file tinyxml.cpp.

◆ ~TiXmlAttributeSet()

TiXmlAttributeSet::~TiXmlAttributeSet ( )

Definition at line 1482 of file tinyxml.cpp.

Member Function Documentation

◆ Add()

void TiXmlAttributeSet::Add ( TiXmlAttribute * attribute)

Definition at line 1489 of file tinyxml.cpp.

◆ Find()

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

Definition at line 1547 of file tinyxml.cpp.

◆ FindOrCreate()

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

Definition at line 1558 of file tinyxml.cpp.

◆ First() [1/2]

TiXmlAttribute * TiXmlAttributeSet::First ( )
inline

Definition at line 913 of file tinyxml.h.

◆ First() [2/2]

const TiXmlAttribute * TiXmlAttributeSet::First ( ) const
inline

Definition at line 912 of file tinyxml.h.

◆ Last() [1/2]

TiXmlAttribute * TiXmlAttributeSet::Last ( )
inline

Definition at line 915 of file tinyxml.h.

◆ Last() [2/2]

const TiXmlAttribute * TiXmlAttributeSet::Last ( ) const
inline

Definition at line 914 of file tinyxml.h.

◆ Remove()

void TiXmlAttributeSet::Remove ( TiXmlAttribute * attribute)

Definition at line 1504 of file tinyxml.cpp.


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