#include <basic_types.h>
Classes | |
class | iterator |
Public Types | |
using | TListNodes = std::vector< const rapidxml::xml_node< Ch > * > |
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) const |
TListNodes & | getListOfNodes () |
const TListNodes & | getListOfNodes () const |
Private Attributes | |
TListNodes | nodes_ |
Proxy class to a set of XML nodes to appear as if they where one.
Definition at line 52 of file basic_types.h.
using mvsim::JointXMLnode< Ch >::TListNodes = std::vector<const rapidxml::xml_node<Ch>*> |
Definition at line 22 of file JointXMLnode.h.
|
inline |
Definition at line 28 of file JointXMLnode.h.
|
inline |
Definition at line 115 of file JointXMLnode.h.
|
inline |
Definition at line 116 of file JointXMLnode.h.
|
inline |
Definition at line 30 of file JointXMLnode.h.
|
inline |
Definition at line 41 of file JointXMLnode.h.
|
inline |
Definition at line 42 of file JointXMLnode.h.
|
private |
Definition at line 25 of file JointXMLnode.h.