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