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

Describes the types of a modifying iterator. More...

#include <base/Iterator.h>

Public Types

typedef IteratorTraits SelfIteratorTraits
 
typedef VALUE Value
 
typedef VALUE & Reference
 
typedef VALUE * Pointer
 
typedef MemoryDiff Distance
 
typedef RandomAccessIterator Category
 

Detailed Description

template<class VALUE>
class IteratorTraits< VALUE >

Describes the types of a modifying iterator.

Defines the types of a modifying (has write access to the elements) iterator.