cartobase
5.0.5
|
#include <cartobase/object/object_d.h>
Public Member Functions | |
MapIterator () | |
bool | isValid () const |
true if the iterator points to a valid value, false when the end of the iterable container has been reached More... | |
Object | currentValue () const |
Access the value of the element pointed to by the iterator. More... | |
void | next () |
Point to the next element of the iterable container. More... | |
MapIterator (const typename M::const_iterator &begin, const typename M::const_iterator &end) | |
![]() | |
virtual | ~IteratorInterface () |
virtual bool | isIterator () const |
Returns false if the stored object doesn't actually implement the IteratorInterface API (needed since all GenericObject inherit this interface whatever they actually contain) More... | |
![]() | |
virtual | ~Interface () |
Public Attributes | |
M::const_iterator | _iterator |
M::const_iterator | _end |
Definition at line 1952 of file object_d.h.
|
inline |
Definition at line 1955 of file object_d.h.
|
inline |
Definition at line 1970 of file object_d.h.
|
inlinevirtual |
Access the value of the element pointed to by the iterator.
Implements carto::IteratorInterface.
Definition at line 1960 of file object_d.h.
|
inlinevirtual |
true
if the iterator points to a valid value, false
when the end of the iterable container has been reached
Implements carto::IteratorInterface.
Definition at line 1956 of file object_d.h.
|
inlinevirtual |
Point to the next element of the iterable container.
Implements carto::IteratorInterface.
Definition at line 1964 of file object_d.h.
M::const_iterator carto::interface_internal::MapIterator< M >::_end |
Definition at line 1979 of file object_d.h.
M::const_iterator carto::interface_internal::MapIterator< M >::_iterator |
Definition at line 1978 of file object_d.h.