_Bit_iter Struct Reference
#include
<stdapis/stlportv5/stl/_bvector.h>
struct _Bit_iter : public _Bit_iterator_base |
Member Type Definition Documentation
Typedef _Self
Typedef difference_type
Typedef iterator_category
typedef
random_access_iterator_tag
| iterator_category |
Typedef pointer
Typedef reference
Typedef size_type
Typedef value_type
Constructor & Destructor Documentation
_Bit_iter ( unsigned int *, unsigned int )
_Bit_iter | ( | unsigned int * | __x, |
| unsigned int | __y |
| ) | [inline] |
_Bit_iter ( )
_Bit_iter ( const _Bit_iter< _Bit_reference, _Bit_reference * > & )
Member Function Documentation
operator* ( )
operator+ ( difference_type )
operator++ ( )
_Self & | operator++ | ( | ) | [inline] |
operator++ ( int )
_Self
| operator++ | ( | int | | ) | [inline] |
operator+= ( difference_type )
operator- ( difference_type )
operator- ( const _Self & )
operator-- ( )
_Self & | operator-- | ( | ) | [inline] |
operator-- ( int )
_Self
| operator-- | ( | int | | ) | [inline] |
operator-= ( difference_type )
operator[] ( difference_type )