1 #ifndef bstream_iterator_H 2 #define bstream_iterator_H 10 class bistream_iterator :
public std::iterator<std::input_iterator_tag, T, ptrdiff_t, const T*, const T&> {
bostream_iterator & operator++(int)
bool operator!=(const bistream_iterator &rhs)
bostream_iterator & operator=(const T &t)
bistream_iterator & operator++(int)
bostream_iterator & operator++()
binary_ifstream * stream_
bostream_iterator & operator*()
binary_ofstream * stream_
const T & operator*() const
bistream_iterator(binary_ifstream &s)
bistream_iterator & operator++()
bool operator==(const bistream_iterator &rhs)
bostream_iterator(binary_ofstream &s)
const T * operator->() const