#include <IstreamBufIterator.hpp>
Public Member Functions | |
IstreamBufIterator () | |
IstreamBufIterator (std::istream &s) | |
IstreamBufIterator (std::streambuf *b) | |
char | operator * () const |
IstreamBufIterator & | operator++ () |
proxy | operator++ (int) |
bool | equal (const IstreamBufIterator &b) const |
Private Attributes | |
std::streambuf * | m_sbuf |
Classes | |
class | proxy |
We also added/removed some features to make it more efficient.
Definition at line 55 of file IstreamBufIterator.hpp.
|
Definition at line 67 of file IstreamBufIterator.hpp. |
|
Definition at line 68 of file IstreamBufIterator.hpp. |
|
Definition at line 69 of file IstreamBufIterator.hpp. |
|
Definition at line 101 of file IstreamBufIterator.hpp. References m_sbuf. Referenced by BLOCXX_NAMESPACE::operator!=(), and BLOCXX_NAMESPACE::operator==(). |
|
Definition at line 70 of file IstreamBufIterator.hpp. References m_sbuf. |
|
Definition at line 90 of file IstreamBufIterator.hpp. |
|
Definition at line 81 of file IstreamBufIterator.hpp. References m_sbuf. |
|
Definition at line 114 of file IstreamBufIterator.hpp. Referenced by equal(), operator *(), and operator++(). |