Spec Input StreamIterator
Iter specialiazion for reading from streams.

Extends StreamIterator
All Extended Iter, StreamIterator
All Impl'd IteratorAssociatedTypesConcept
Defined in  
Signature template <typename TStream> class Iter<TStream, StreamIterator<Input> >;

Template Parameters

TStream The StreamConcept to iterate over.

Member Function Overview

Member Functions Inherited From Iter

Interface Function Overview

Interface Functions Inherited From StreamIterator

Interface Functions Inherited From IteratorAssociatedTypesConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From Iter

Interface Metafunctions Inherited From IteratorAssociatedTypesConcept

Member Functions Detail

Iter::Iter(); Iter::Iter(stream); Iter::Iter(streamBuffer);

The constructors.

Parameters

stream The TStream to read from.
streamBuf A StreamBuffer to read from.

Allows default construction, construction from stream, as well as from a StreamBuffer.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.