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
Constructs an istreambuf_iterator that is initialized to read characters from the input stream. |
Typedefs
A type that provides for the character type of the ostreambuf_iterator. |
|
A type that provides an integer type for an istreambuf_iterator. |
|
A type that provides for the stream type of the istream_iterator. |
|
A type that provides for the stream type of the istreambuf_iterator. |
|
A type that provides for the character traits type of the istream_iterator. |
Member Functions
Tests for equality between two input stream buffer iterators. |
Operators
The dereferencing operator returns the next character in the stream. |
|
Either returns the next character from the input stream or copies the object before incrementing it and returns the copy. |
|
Returns the value of a member, if any. |