Template Class ListMapIterator
Defined in File ListMap.hpp
Inheritance Relationships
Base Type
public lvr2::AttributeMapHandleIterator< HandleT >(Template Class AttributeMapHandleIterator)
Class Documentation
-
template<typename HandleT, typename ValueT>
class ListMapIterator : public lvr2::AttributeMapHandleIterator<HandleT> Public Functions
-
virtual AttributeMapHandleIterator<HandleT> &operator++() final
Advances the iterator once. Using the dereference operator afterwards will yield the next handle.
-
virtual bool operator==(const AttributeMapHandleIterator<HandleT> &other) const final
-
virtual bool operator!=(const AttributeMapHandleIterator<HandleT> &other) const final
-
virtual std::unique_ptr<AttributeMapHandleIterator<HandleT>> clone() const final
-
virtual AttributeMapHandleIterator<HandleT> &operator++() final