_Bit_const_iterator Struct Reference

Inheritance diagram for _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 difference_type [inherited]
 

Distance between iterators is represented as this type.

Definition at line 113 of file stl_iterator_base_types.h.

typedef std::random_access_iterator_tag iterator_category [inherited]
 

One of the tag types.

Definition at line 109 of file stl_iterator_base_types.h.

typedef const bool* pointer
 

This type represents a pointer-to-value_type.

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

Definition at line 274 of file stl_bvector.h.

typedef bool reference
 

This type represents a reference-to-value_type.

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

Definition at line 272 of file stl_bvector.h.

typedef bool value_type [inherited]
 

The type "pointed to" by the iterator.

Definition at line 111 of file stl_iterator_base_types.h.


The documentation for this struct was generated from the following file:
Generated on Sat Oct 1 15:09:15 2005 for libstdc++ source by  doxygen 1.4.4