#include <JointXMLnode.h>
Public Member Functions | |
| bool | operator!= (const iterator &it) const |
| rapidxml::xml_node< Ch > * | operator* () const |
| iterator & | operator++ () |
| rapidxml::xml_node< Ch > * | operator-> () const |
| bool | operator== (const iterator &it) const |
Private Member Functions | |
| iterator (JointXMLnode< Ch > &pa) | |
| iterator (JointXMLnode< Ch > &pa, size_t idx) | |
Private Attributes | |
| rapidxml::xml_node< Ch > * | current |
| size_t | lst_idx |
| JointXMLnode< Ch > & | parent |
Friends | |
| template<typename Ch_ > | |
| class | JointXMLnode |
Definition at line 42 of file JointXMLnode.h.
|
inlineprivate |
Definition at line 89 of file JointXMLnode.h.
|
inlineprivate |
Definition at line 99 of file JointXMLnode.h.
|
inline |
Definition at line 86 of file JointXMLnode.h.
|
inline |
Definition at line 73 of file JointXMLnode.h.
|
inline |
Definition at line 49 of file JointXMLnode.h.
|
inline |
Definition at line 66 of file JointXMLnode.h.
|
inline |
Definition at line 80 of file JointXMLnode.h.
Definition at line 46 of file JointXMLnode.h.
|
private |
Definition at line 106 of file JointXMLnode.h.
|
private |
Definition at line 105 of file JointXMLnode.h.
|
private |
Definition at line 104 of file JointXMLnode.h.