#include <JointXMLnode.h>
Classes | |
class | iterator |
Public Types | |
typedef std::vector< const rapidxml::xml_node< Ch > * > | TListNodes |
Public Member Functions | |
void | add (const rapidxml::xml_node< Ch > *node) |
iterator | begin () |
iterator | end () |
const rapidxml::xml_node< Ch > * | first_node (const char *name) |
TListNodes & | getListOfNodes () |
Private Attributes | |
TListNodes | m_nodes |
Proxy class to a set of XML nodes to appear as if they where one.
Definition at line 18 of file JointXMLnode.h.
typedef std::vector<const rapidxml::xml_node<Ch>*> mvsim::JointXMLnode< Ch >::TListNodes |
Definition at line 21 of file JointXMLnode.h.
void mvsim::JointXMLnode< Ch >::add | ( | const rapidxml::xml_node< Ch > * | node | ) | [inline] |
Definition at line 27 of file JointXMLnode.h.
iterator mvsim::JointXMLnode< Ch >::begin | ( | ) | [inline] |
Definition at line 110 of file JointXMLnode.h.
iterator mvsim::JointXMLnode< Ch >::end | ( | ) | [inline] |
Definition at line 111 of file JointXMLnode.h.
const rapidxml::xml_node<Ch>* mvsim::JointXMLnode< Ch >::first_node | ( | const char * | name | ) | [inline] |
Definition at line 28 of file JointXMLnode.h.
TListNodes& mvsim::JointXMLnode< Ch >::getListOfNodes | ( | ) | [inline] |
Definition at line 40 of file JointXMLnode.h.
TListNodes mvsim::JointXMLnode< Ch >::m_nodes [private] |
Definition at line 24 of file JointXMLnode.h.