#include "OW_config.h"
#include <istream>
Include dependency graph for OW_IstreamBufIterator.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
class | OW_NAMESPACE::IstreamBufIterator |
This class differs from a std::istreambuf_iterator in that dereferncing an eof iterator returns 0 This class is mostly just a replacement for std::istreambuf_iterator<>, since it doesn't exist in the gcc 2.95.x standard lib. More... | |
class | OW_NAMESPACE::IstreamBufIterator::proxy |
Functions | |
bool | OW_NAMESPACE::operator== (const IstreamBufIterator &lhs, const IstreamBufIterator &rhs) |
bool | OW_NAMESPACE::operator!= (const IstreamBufIterator &lhs, const IstreamBufIterator &rhs) |