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

std::_Bit_const_iterator Struct Reference

#include <stl_bvector.h>

Inherits std::_Bit_iterator_base.

List of all members.

Public Types


Public Methods


Member Typedef Documentation

typedef bool reference
 

Reimplemented from std::random_access_iterator.

typedef bool const_reference
 

typedef const bool* pointer
 

Reimplemented from std::random_access_iterator.

typedef _Bit_const_iterator const_iterator
 


Constructor & Destructor Documentation

_Bit_const_iterator ( ) [inline]
 

_Bit_const_iterator ( unsigned int * __x,
unsigned int __y ) [inline]
 

_Bit_const_iterator ( const _Bit_iterator & __x ) [inline]
 


Member Function Documentation

const_reference operator * ( ) const [inline]
 

const_iterator & operator++ ( ) [inline]
 

const_iterator operator++ ( int ) [inline]
 

const_iterator & operator-- ( ) [inline]
 

const_iterator operator-- ( int ) [inline]
 

const_iterator & operator+= ( difference_type __i ) [inline]
 

const_iterator & operator-= ( difference_type __i ) [inline]
 

const_iterator operator+ ( difference_type __i ) const [inline]
 

const_iterator operator- ( difference_type __i ) const [inline]
 

const_reference operator[] ( difference_type __i ) [inline]
 


The documentation for this struct was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001