#include <bstream_iterator.h>
Public Member Functions | |
bistream_iterator () | |
bistream_iterator (binary_ifstream &s) | |
bool | operator!= (const bistream_iterator &rhs) |
const T & | operator* () const |
bistream_iterator & | operator++ () |
bistream_iterator & | operator++ (int) |
const T * | operator-> () const |
bool | operator== (const bistream_iterator &rhs) |
Private Member Functions | |
void | read () |
Private Attributes | |
binary_ifstream * | stream_ |
T | value_ |
Definition at line 10 of file bstream_iterator.h.
|
inline |
Definition at line 15 of file bstream_iterator.h.
|
inline |
|
inline |
Definition at line 37 of file bstream_iterator.h.
References bistream_iterator< T >::operator==().
|
inline |
|
inline |
|
inline |
Definition at line 27 of file bstream_iterator.h.
References bistream_iterator< T >::read(), and tmp.
|
inline |
|
inline |
Definition at line 33 of file bstream_iterator.h.
References bistream_iterator< T >::stream_.
Referenced by bistream_iterator< T >::operator!=().
|
inlineprivate |
Definition at line 46 of file bstream_iterator.h.
References bistream_iterator< T >::stream_, and bistream_iterator< T >::value_.
Referenced by bistream_iterator< T >::bistream_iterator(), edmIntegrityCheck.PublishToFileSystem::get(), and bistream_iterator< T >::operator++().
|
private |
Definition at line 43 of file bstream_iterator.h.
Referenced by bistream_iterator< T >::operator==(), and bistream_iterator< T >::read().
|
private |
Definition at line 44 of file bstream_iterator.h.
Referenced by bistream_iterator< T >::operator*(), bistream_iterator< T >::operator->(), and bistream_iterator< T >::read().