Orocos Real-Time Toolkit  2.9.0
Public Member Functions | List of all members
RTT::marsh::TiXmlAttributeSet Class Reference

#include <rtt/marsh/tinyxml.h>

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)
 

Detailed Description

Definition at line 847 of file tinyxml.h.

Constructor & Destructor Documentation

RTT::marsh::TiXmlAttributeSet::TiXmlAttributeSet ( )

Definition at line 1618 of file tinyxml.cpp.

RTT::marsh::TiXmlAttributeSet::~TiXmlAttributeSet ( )

Definition at line 1625 of file tinyxml.cpp.

Member Function Documentation

void RTT::marsh::TiXmlAttributeSet::Add ( TiXmlAttribute attribute)
const TiXmlAttribute * RTT::marsh::TiXmlAttributeSet::Find ( const TIXML_STRING name) const
TiXmlAttribute * RTT::marsh::TiXmlAttributeSet::Find ( const TIXML_STRING name)
const TiXmlAttribute* RTT::marsh::TiXmlAttributeSet::First ( ) const
inline
TiXmlAttribute* RTT::marsh::TiXmlAttributeSet::First ( )
inline

Definition at line 857 of file tinyxml.h.

const TiXmlAttribute* RTT::marsh::TiXmlAttributeSet::Last ( ) const
inline

Definition at line 858 of file tinyxml.h.

TiXmlAttribute* RTT::marsh::TiXmlAttributeSet::Last ( )
inline

Definition at line 859 of file tinyxml.h.

References TIXML_STRING.

void RTT::marsh::TiXmlAttributeSet::Remove ( TiXmlAttribute attribute)

Definition at line 1643 of file tinyxml.cpp.

Referenced by RTT::marsh::TiXmlElement::ClearThis().


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