std::_Bit_const_iterator Struct Reference

Inheritance diagram for std::_Bit_const_iterator:

Inheritance graph
List of all members.

Detailed Description

Definition at line 270 of file stl_bvector.h.

Public Types

Public Member Functions

Public Attributes


Member Typedef Documentation

typedef ptrdiff_t std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::difference_type [inherited]

Distance between iterators is represented as this type.

Definition at line 117 of file stl_iterator_base_types.h.

typedef std::random_access_iterator_tag std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::iterator_category [inherited]

One of the tag types.

Definition at line 113 of file stl_iterator_base_types.h.

typedef const bool* std::_Bit_const_iterator::pointer

This type represents a pointer-to-value_type.

Reimplemented from std::iterator< std::random_access_iterator_tag, bool >.

Definition at line 274 of file stl_bvector.h.

typedef bool std::_Bit_const_iterator::reference

This type represents a reference-to-value_type.

Reimplemented from std::iterator< std::random_access_iterator_tag, bool >.

Definition at line 272 of file stl_bvector.h.

typedef bool std::iterator< std::random_access_iterator_tag , bool , ptrdiff_t , bool * , bool & >::value_type [inherited]

The type "pointed to" by the iterator.

Definition at line 115 of file stl_iterator_base_types.h.


The documentation for this struct was generated from the following file:
Generated on Wed Mar 26 00:44:21 2008 for libstdc++ by  doxygen 1.5.1