Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Bit_iterator_base Struct Reference

#include <stl_bvector.h>

Inheritance diagram for std::_Bit_iterator_base:

Inheritance graph
[legend]
Collaboration diagram for std::_Bit_iterator_base:

Collaboration graph
[legend]
List of all members.

Public Methods

 _Bit_iterator_base (unsigned int *__x, unsigned int __y)
void _M_bump_up ()
void _M_bump_down ()
void _M_incr (ptrdiff_t __i)
bool operator== (const _Bit_iterator_base &__i) const
bool operator< (const _Bit_iterator_base &__i) const
bool operator!= (const _Bit_iterator_base &__i) const
bool operator> (const _Bit_iterator_base &__i) const
bool operator<= (const _Bit_iterator_base &__i) const
bool operator>= (const _Bit_iterator_base &__i) const

Public Attributes

unsigned int* _M_p
unsigned int _M_offset

Constructor & Destructor Documentation

std::_Bit_iterator_base::_Bit_iterator_base ( unsigned int * __x,
unsigned int __y ) [inline]
 

Definition at line 76 of file stl_bvector.h.


Member Function Documentation

void std::_Bit_iterator_base::_M_bump_down ( ) [inline]
 

Definition at line 85 of file stl_bvector.h.

Referenced by std::_Bit_const_iterator::operator--(), and std::_Bit_iterator::operator--().

void std::_Bit_iterator_base::_M_bump_up ( ) [inline]
 

Definition at line 79 of file stl_bvector.h.

Referenced by std::_Bit_const_iterator::operator++(), and std::_Bit_iterator::operator++().

void std::_Bit_iterator_base::_M_incr ( ptrdiff_t __i ) [inline]
 

Definition at line 92 of file stl_bvector.h.

Referenced by std::_Bit_const_iterator::operator+=(), and std::_Bit_iterator::operator+=().

bool std::_Bit_iterator_base::operator!= ( const _Bit_iterator_base & __i ) const [inline]
 

Definition at line 109 of file stl_bvector.h.

bool std::_Bit_iterator_base::operator< ( const _Bit_iterator_base & __i ) const [inline]
 

Definition at line 106 of file stl_bvector.h.

bool std::_Bit_iterator_base::operator<= ( const _Bit_iterator_base & __i ) const [inline]
 

Definition at line 115 of file stl_bvector.h.

bool std::_Bit_iterator_base::operator== ( const _Bit_iterator_base & __i ) const [inline]
 

Definition at line 103 of file stl_bvector.h.

bool std::_Bit_iterator_base::operator> ( const _Bit_iterator_base & __i ) const [inline]
 

Definition at line 112 of file stl_bvector.h.

bool std::_Bit_iterator_base::operator>= ( const _Bit_iterator_base & __i ) const [inline]
 

Definition at line 118 of file stl_bvector.h.


Member Data Documentation

unsigned int std::_Bit_iterator_base::_M_offset
 

Definition at line 74 of file stl_bvector.h.

unsigned int* std::_Bit_iterator_base::_M_p
 

Definition at line 73 of file stl_bvector.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:29:46 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001