RobWorkProject  23.9.11-
Public Member Functions | List of all members
DOMElem::ItImpl Class Referenceabstract

The DOMElem Iterator is initialized with a specific implementation of this interface. More...

#include <DOMElem.hpp>

Public Member Functions

virtual ~ItImpl ()
 destructor
 
virtual ItImplclone ()=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
 

Detailed Description

The DOMElem Iterator is initialized with a specific implementation of this interface.


The documentation for this class was generated from the following file: