#include <Stream.h>
Public Member Functions | |
Streambuf (const std::string &data) | |
~Streambuf () | |
Protected Member Functions | |
virtual int_type | pbackfail (int_type ch) |
virtual pos_type | seekoff (std::streambuf::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which=std::ios::in|std::ios::out) |
virtual pos_type | seekpos (std::streambuf::pos_type pos, std::ios_base::openmode which=std::ios::in|std::ios::out) |
virtual std::streamsize | showmanyc () |
virtual int_type | uflow () |
virtual int_type | underflow () |
Definition at line 236 of file Stream.h.
Streambuf::Streambuf | ( | const std::string & | data | ) | [explicit] |
Definition at line 538 of file Stream.cpp.
Streambuf::~Streambuf | ( | ) |
Definition at line 545 of file Stream.cpp.
Streambuf::int_type Streambuf::pbackfail | ( | int_type | ch | ) | [protected, virtual] |
Definition at line 565 of file Stream.cpp.
std::streambuf::pos_type Streambuf::seekoff | ( | std::streambuf::off_type | off, | |
std::ios_base::seekdir | way, | |||
std::ios_base::openmode | which = std::ios::in | std::ios::out | |||
) | [protected, virtual] |
std::streambuf::pos_type Streambuf::seekpos | ( | std::streambuf::pos_type | pos, | |
std::ios_base::openmode | which = std::ios::in | std::ios::out | |||
) | [protected, virtual] |
Definition at line 603 of file Stream.cpp.
References seekoff().
std::streamsize Streambuf::showmanyc | ( | ) | [protected, virtual] |
Definition at line 573 of file Stream.cpp.
Streambuf::int_type Streambuf::uflow | ( | ) | [protected, virtual] |
Definition at line 557 of file Stream.cpp.
Streambuf::int_type Streambuf::underflow | ( | ) | [protected, virtual] |
Definition at line 549 of file Stream.cpp.