Public Types | |
typedef std::iterator_traits< const_iterator >::iterator_category | iterator_category |
typedef std::iterator_traits< const_iterator >::reference | reference |
typedef std::iterator_traits< const_iterator >::pointer | pointer |
typedef std::iterator_traits< const_iterator >::value_type | value_type |
typedef std::iterator_traits< const_iterator >::difference_type | difference_type |
Public Methods | |
const_iterator () | |
const_iterator (std::vector< unsigned long >::const_iterator word, uint8 position) | |
const_iterator (const const_iterator &i) | |
const_iterator & | operator= (const const_iterator &i) |
const_iterator & | operator= (const iterator &i) |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator | operator+ (int i) const |
const_iterator & | operator+= (int i) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator | operator- (difference_type i) const |
const_iterator & | operator-= (difference_type i) |
difference_type | operator- (const_iterator &i) const |
reference | operator[] (difference_type i) const |
reference | operator * () const |
bool | operator== (const const_iterator &c) const |
bool | operator== (const iterator &c) const |
bool | operator!= (const const_iterator &c) const |
bool | operator!= (const iterator &c) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|