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


Public Member Functions | |
| VectorIterator () | |
| bool | isValid () const |
| Object | currentValue () const |
| void | next () |
| VectorIterator (const typename V::const_iterator &begin, const typename V::const_iterator &end) | |
| Object | currentValue () const |
Public Attributes | |
| V::const_iterator | _iterator |
| V::const_iterator | _end |
Definition at line 1665 of file object_internal.h.
|
inline |
Definition at line 1668 of file object_internal.h.
Referenced by currentValue().
|
inline |
Definition at line 1675 of file object_internal.h.
| Object interface_internal::VectorIterator< V >::currentValue | ( | ) | const |
Definition at line 1702 of file object_internal.h.
References _iterator.
Referenced by currentValue().
|
inline |
Definition at line 1709 of file object_internal.h.
References _iterator, currentValue(), and VectorIterator().
| bool interface_internal::VectorIterator< V >::isValid | ( | ) | const |
Definition at line 1696 of file object_internal.h.
|
inline |
Definition at line 1715 of file object_internal.h.
References _iterator.
| V::const_iterator interface_internal::VectorIterator< V >::_end |
Definition at line 1681 of file object_internal.h.
Referenced by isValid(), and VectorIterator().
| V::const_iterator interface_internal::VectorIterator< V >::_iterator |
Definition at line 1680 of file object_internal.h.
Referenced by currentValue(), isValid(), next(), and VectorIterator().