#include <stl_bvector.h>
Inheritance diagram for std::_Bit_const_iterator:
Public Types | |
typedef bool | reference |
typedef bool | const_reference |
typedef const bool* | pointer |
typedef _Bit_const_iterator | const_iterator |
Public Methods | |
_Bit_const_iterator () | |
_Bit_const_iterator (unsigned int *__x, unsigned int __y) | |
_Bit_const_iterator (const _Bit_iterator &__x) | |
const_reference | operator * () const |
const_iterator& | operator++ () |
const_iterator | operator++ (int) |
const_iterator& | operator-- () |
const_iterator | operator-- (int) |
const_iterator& | operator+= (difference_type __i) |
const_iterator& | operator-= (difference_type __i) |
const_iterator | operator+ (difference_type __i) const |
const_iterator | operator- (difference_type __i) const |
const_reference | operator[] (difference_type __i) |
|
Definition at line 187 of file stl_bvector.h. |
|
Definition at line 185 of file stl_bvector.h. |
|
Reimplemented from std::random_access_iterator. Definition at line 186 of file stl_bvector.h. |
|
Reimplemented from std::random_access_iterator. Definition at line 184 of file stl_bvector.h. |
|
Definition at line 189 of file stl_bvector.h. |
|
Definition at line 190 of file stl_bvector.h. |
|
Definition at line 192 of file stl_bvector.h. |
|
Definition at line 195 of file stl_bvector.h. |
|
Definition at line 224 of file stl_bvector.h. |
|
Definition at line 202 of file stl_bvector.h. |
|
Definition at line 198 of file stl_bvector.h. |
|
Definition at line 216 of file stl_bvector.h. |
|
Definition at line 228 of file stl_bvector.h. |
|
Definition at line 211 of file stl_bvector.h. |
|
Definition at line 207 of file stl_bvector.h. |
|
Definition at line 220 of file stl_bvector.h. |
|
Definition at line 232 of file stl_bvector.h. |