|
cartobase 6.0.6
|
#include <cartobase/object/object_d.h>


Public Member Functions | |
| VectorIterator () | |
| bool | isValid () const |
true if the iterator points to a valid value, false when the end of the iterable container has been reached | |
| Object | currentValue () const |
| Access the value of the element pointed to by the iterator. | |
| void | next () |
| Point to the next element of the iterable container. | |
| VectorIterator (const typename V::const_iterator &begin, const typename V::const_iterator &end) | |
| Object | currentValue () const |
| Access the value of the element pointed to by the iterator. | |
Public Member Functions inherited from carto::IteratorInterface | |
| 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) | |
Public Member Functions inherited from carto::Interface | |
| virtual | ~Interface () |
Public Attributes | |
| V::const_iterator | _iterator |
| V::const_iterator | _end |
Definition at line 1666 of file object_d.h.
|
inline |
Definition at line 1669 of file object_d.h.
|
inline |
Definition at line 1676 of file object_d.h.
|
virtual |
Access the value of the element pointed to by the iterator.
Implements carto::IteratorInterface.
Definition at line 1703 of file object_d.h.
|
inlinevirtual |
Access the value of the element pointed to by the iterator.
Implements carto::IteratorInterface.
Definition at line 1710 of file object_d.h.
|
virtual |
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 1697 of file object_d.h.
|
inlinevirtual |
Point to the next element of the iterable container.
Implements carto::IteratorInterface.
Definition at line 1716 of file object_d.h.
| V::const_iterator carto::interface_internal::VectorIterator< V >::_end |
Definition at line 1682 of file object_d.h.
| V::const_iterator carto::interface_internal::VectorIterator< V >::_iterator |
Definition at line 1681 of file object_d.h.