#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 41 of file JointXMLnode.h.
|
inlineprivate |
Definition at line 89 of file JointXMLnode.h.
|
inlineprivate |
Definition at line 100 of file JointXMLnode.h.
|
inline |
Definition at line 85 of file JointXMLnode.h.
|
inline |
Definition at line 72 of file JointXMLnode.h.
|
inline |
Definition at line 48 of file JointXMLnode.h.
|
inline |
Definition at line 65 of file JointXMLnode.h.
|
inline |
Definition at line 79 of file JointXMLnode.h.
Definition at line 45 of file JointXMLnode.h.
|
private |
Definition at line 107 of file JointXMLnode.h.
|
private |
Definition at line 106 of file JointXMLnode.h.
|
private |
Definition at line 105 of file JointXMLnode.h.