Base Framework
Public Types | Public Attributes | List of all members
ReadIteratorTraits< VALUE > Class Template Reference

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
 

Detailed Description

template<class VALUE>
class ReadIteratorTraits< VALUE >

Describes the type of a non-modifying iterator.

Defines the types of a non-modifying iterator (may only read the values of the elements).