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

std::output_iterator Struct Reference

#include <stl_iterator_base_types.h>

Inheritance diagram for std::output_iterator:

Inheritance graph
[legend]
List of all members.

Public Types

typedef output_iterator_tag iterator_category
typedef void value_type
typedef void difference_type
typedef void pointer
typedef void reference

Member Typedef Documentation

typedef void std::output_iterator::difference_type
 

Definition at line 69 of file stl_iterator_base_types.h.

typedef output_iterator_tag std::output_iterator::iterator_category
 

Definition at line 67 of file stl_iterator_base_types.h.

typedef void std::output_iterator::pointer
 

Definition at line 70 of file stl_iterator_base_types.h.

typedef void std::output_iterator::reference
 

Definition at line 71 of file stl_iterator_base_types.h.

typedef void std::output_iterator::value_type
 

Reimplemented in std::sequence_buffer.

Definition at line 68 of file stl_iterator_base_types.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:30:27 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001