_Bit_iterator_base Struct Reference

Inheritance diagram for _Bit_iterator_base:

Inheritance graph
List of all members.

Detailed Description

Definition at line 109 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 bool * pointer [inherited]
 

This type represents a pointer-to-value_type.

Reimplemented in _Bit_iterator, and _Bit_const_iterator.

Definition at line 115 of file stl_iterator_base_types.h.

typedef bool & reference [inherited]
 

This type represents a reference-to-value_type.

Reimplemented in _Bit_iterator, and _Bit_const_iterator.

Definition at line 117 of file stl_iterator_base_types.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