#include <Node.hpp>
Public Member Functions | |
ContainingElementIterator (std::set< unsigned >::const_iterator indexIterator) | |
const unsigned & | operator* () const |
bool | operator!= (const ContainingElementIterator &other) const |
bool | operator== (const ContainingElementIterator &other) const |
ContainingElementIterator & | operator++ () |
Private Attributes | |
std::set< unsigned > ::const_iterator | mIndexIterator |
Definition at line 186 of file Node.hpp.