std::istreambuf_iterator< CharT, Traits > Class Template Reference

Inheritance diagram for std::istreambuf_iterator< CharT, Traits >:

Inheritance graph
[legend]
Collaboration diagram for std::istreambuf_iterator< CharT, Traits >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef CharT char_type
typedef Traits traits_type
typedef Traits::int_type int_type
typedef basic_streambuf< CharT,
Traits > 
streambuf_type
typedef basic_istream< CharT,
Traits > 
istream_type
typedef input_iterator_tag iterator_category
 One of the tag types.
typedef CharT value_type
 The type "pointed to" by the iterator.
typedef Traits::off_type difference_type
 Distance between iterators is represented as this type.
typedef CharT * pointer
 This type represents a pointer-to-value_type.
typedef CharT & reference
 This type represents a reference-to-value_type.

Public Member Functions

 istreambuf_iterator () throw ()
 istreambuf_iterator (istream_type &s) throw ()
 istreambuf_iterator (streambuf_type *s) throw ()
char_type operator * () const
istreambuf_iteratoroperator++ ()
istreambuf_iterator operator++ (int)

Private Member Functions

int_type M_get () const

Private Attributes

streambuf_typeM_sbuf
int_type M_c

Detailed Description

template<typename CharT, typename Traits>
class std::istreambuf_iterator< CharT, Traits >

Definition at line 49 of file streambuf_iterator.h.


Member Typedef Documentation

typedef Traits::off_type std::iterator< input_iterator_tag , CharT , Traits::off_type , CharT * , CharT & >::difference_type [inherited]
 

Distance between iterators is represented as this type.

Definition at line 111 of file stl_iterator_base_types.h.

typedef input_iterator_tag std::iterator< input_iterator_tag , CharT , Traits::off_type , CharT * , CharT & >::iterator_category [inherited]
 

One of the tag types.

Definition at line 107 of file stl_iterator_base_types.h.

typedef CharT * std::iterator< input_iterator_tag , CharT , Traits::off_type , CharT * , CharT & >::pointer [inherited]
 

This type represents a pointer-to-value_type.

Definition at line 113 of file stl_iterator_base_types.h.

typedef CharT & std::iterator< input_iterator_tag , CharT , Traits::off_type , CharT * , CharT & >::reference [inherited]
 

This type represents a reference-to-value_type.

Definition at line 115 of file stl_iterator_base_types.h.

typedef CharT std::iterator< input_iterator_tag , CharT , Traits::off_type , CharT * , CharT & >::value_type [inherited]
 

The type "pointed to" by the iterator.

Definition at line 109 of file stl_iterator_base_types.h.


The documentation for this class was generated from the following file:
Generated on Fri Sep 16 09:23:09 2005 for libstdc++-v3 Source by  doxygen 1.4.4