Public Member Functions | |
count_iterator (_IterType begin, _IterType end) | |
const value_type & | operator * () |
const count_iterator & | operator++ () |
bool | operator!= (_IterType other) |
bool | operator== (_IterType other) |
Private Member Functions | |
void | _buildValue () |
Private Attributes | |
_IterType | _begin |
_IterType | _end |
_IterType | _read |
_IterType | _current |
value_type | _value |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|