TiXmlAttributeSet Class Reference

#include <tinyxml.h>

Collaboration diagram for TiXmlAttributeSet:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 TiXmlAttributeSet ()
 ~TiXmlAttributeSet ()
void Add (TiXmlAttribute *attribute)
void Remove (TiXmlAttribute *attribute)
const TiXmlAttributeFirst () const
TiXmlAttributeFirst ()
const TiXmlAttributeLast () const
TiXmlAttributeLast ()
const TiXmlAttributeFind (const TIXML_STRING &name) const
TiXmlAttributeFind (const TIXML_STRING &name)

Private Member Functions

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

Private Attributes

TiXmlAttribute sentinel


Detailed Description

Definition at line 807 of file tinyxml.h.


Constructor & Destructor Documentation

TiXmlAttributeSet::TiXmlAttributeSet (  ) 

Definition at line 1579 of file tinyxml.cpp.

References TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel.

TiXmlAttributeSet::~TiXmlAttributeSet (  ) 

Definition at line 1586 of file tinyxml.cpp.

References assert, TiXmlAttribute::next, TiXmlAttribute::prev, and sentinel.

TiXmlAttributeSet::TiXmlAttributeSet ( const TiXmlAttributeSet  )  [private]


Member Function Documentation

void TiXmlAttributeSet::Add ( TiXmlAttribute attribute  ) 

void TiXmlAttributeSet::Remove ( TiXmlAttribute attribute  ) 

const TiXmlAttribute* TiXmlAttributeSet::First (  )  const [inline]

TiXmlAttribute* TiXmlAttributeSet::First (  )  [inline]

Definition at line 817 of file tinyxml.h.

References TiXmlAttribute::next, and sentinel.

const TiXmlAttribute* TiXmlAttributeSet::Last (  )  const [inline]

Definition at line 818 of file tinyxml.h.

References TiXmlAttribute::prev, and sentinel.

Referenced by TiXmlElement::LastAttribute().

TiXmlAttribute* TiXmlAttributeSet::Last (  )  [inline]

Definition at line 819 of file tinyxml.h.

References TiXmlAttribute::prev, and sentinel.

const TiXmlAttribute * TiXmlAttributeSet::Find ( const TIXML_STRING &  name  )  const

TiXmlAttribute * TiXmlAttributeSet::Find ( const TIXML_STRING &  name  ) 

Definition at line 1634 of file tinyxml.cpp.

References TiXmlAttribute::name, TiXmlAttribute::next, and sentinel.

void TiXmlAttributeSet::operator= ( const TiXmlAttributeSet  )  [private]


Member Data Documentation

Definition at line 830 of file tinyxml.h.

Referenced by Add(), Find(), First(), Last(), Remove(), TiXmlAttributeSet(), and ~TiXmlAttributeSet().


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

Generated on Tue May 22 06:00:31 2012 for cpp by  doxygen 1.5.6