yat
0.20.3pre
|
#include <yat/utility/BinaryIstreamIterator.h>
Public Member Functions | |
BinaryIstreamIterator (void) | |
BinaryIstreamIterator (std::istream &is) | |
Constructor. More... | |
Friends | |
class | boost::iterator_core_access |
An Iterator that can be used to extract data in binary format from a stream into a range of T
. BinaryIstreamIterator models an Input Iterator and an Lvalue Iterator (reference_type
is const
T&
).
T
is expected to be a native numerical type.
|
inline |
Create an end-of-stream iterator. Note, iterator is not dereferencable.
|
inlineexplicit |
Constructor.
is | istream to read data from. |