#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.
|
inline |
Definition at line 27 of file JointXMLnode.h.
|
inline |
Definition at line 110 of file JointXMLnode.h.
|
inline |
Definition at line 111 of file JointXMLnode.h.
|
inline |
Definition at line 28 of file JointXMLnode.h.
|
inline |
Definition at line 40 of file JointXMLnode.h.
|
private |
Definition at line 24 of file JointXMLnode.h.