Base Framework
|
Describes the type of a non-modifying iterator. More...
#include <base/Iterator.h>
Public Types | |
typedef ReadIteratorTraits | SelfIteratorTraits |
typedef VALUE | Value |
typedef MemoryDiff | Distance |
typedef RandomAccessIterator | Category |
Public Attributes | |
const typedef VALUE & | Reference |
const typedef VALUE * | Pointer |
Describes the type of a non-modifying iterator.
Defines the types of a non-modifying iterator (may only read the values of the elements).