#include <OW_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 53 of file OW_IstreamBufIterator.hpp.
|
|
Definition at line 65 of file OW_IstreamBufIterator.hpp. |
|
|
Definition at line 66 of file OW_IstreamBufIterator.hpp. |
|
|
Definition at line 67 of file OW_IstreamBufIterator.hpp. |
|
|
Definition at line 99 of file OW_IstreamBufIterator.hpp. References m_sbuf. Referenced by OW_NAMESPACE::operator!=(), and OW_NAMESPACE::operator==(). |
|
|
Definition at line 68 of file OW_IstreamBufIterator.hpp. References m_sbuf. |
|
|
Definition at line 88 of file OW_IstreamBufIterator.hpp. |
|
|
Definition at line 79 of file OW_IstreamBufIterator.hpp. References m_sbuf. |
|
|
Definition at line 112 of file OW_IstreamBufIterator.hpp. Referenced by equal(), operator *(), and operator++(). |
1.4.6