_Bit_iterator Struct Reference

Inheritance diagram for _Bit_iterator:

Inheritance graph
List of all members.

Detailed Description

Definition at line 188 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 _Bit_reference* pointer

This type represents a pointer-to-value_type.

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

Definition at line 191 of file stl_bvector.h.

typedef _Bit_reference reference

This type represents a reference-to-value_type.

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

Definition at line 190 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 Thu Nov 1 17:38:09 2007 for libstdc++ by  doxygen 1.5.1