![]() |
RobWorkProject
23.9.11-
|
The DOMElem Iterator is initialized with a specific implementation of this interface. More...
#include <DOMElem.hpp>
Public Member Functions | |
| virtual | ~ItImpl () |
| destructor | |
| virtual ItImpl * | clone ()=0 |
| clone this ItImpl object | |
| virtual void | increment ()=0 |
| increment the iterator | |
| virtual DOMElem::Ptr | getElem ()=0 |
| get the element that the iterator is currently pointing to | |
| virtual bool | equal (ItImpl *) const =0 |
| test if two iterators are in same state | |