istreambuf_iterator Members

The following tables list the members of the istreambuf_iterator Class. For a list of members inherited by the istreambuf_iterator class, see iterator Struct.

Reference

Constructors

istreambuf_iterator

Constructs an istreambuf_iterator that is initialized to read characters from the input stream.

Typedefs

char_type

A type that provides for the character type of the ostreambuf_iterator.

int_type

A type that provides an integer type for an istreambuf_iterator.

istream_type

A type that provides for the stream type of the istream_iterator.

streambuf_type

A type that provides for the stream type of the istreambuf_iterator.

traits_type

A type that provides for the character traits type of the istream_iterator.

Member Functions

equal

Tests for equality between two input stream buffer iterators.

Operators

operator*

The dereferencing operator returns the next character in the stream.

operator++

Either returns the next character from the input stream or copies the object before incrementing it and returns the copy.

operator->

Returns the value of a member, if any.

See Also

Reference

istreambuf_iterator Class

iterator Struct

Thread Safety in the Standard C++ Library

Standard Template Library