|
blocxx
|
#include "blocxx/BLOCXX_config.h"#include <iostream>Go to the source code of this file.
Classes | |
| class | BLOCXX_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 | BLOCXX_NAMESPACE::IstreamBufIterator::proxy |
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| Taken from RFC 1321. | |
Functions | |
| bool | BLOCXX_NAMESPACE::operator== (const IstreamBufIterator &lhs, const IstreamBufIterator &rhs) |
| bool | BLOCXX_NAMESPACE::operator!= (const IstreamBufIterator &lhs, const IstreamBufIterator &rhs) |