#include <Stream.h>
|
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 () |
|
◆ Streambuf()
Streambuf::Streambuf |
( |
const std::string & |
data | ) |
|
|
explicit |
◆ ~Streambuf()
Streambuf::~Streambuf |
( |
| ) |
|
◆ pbackfail()
Streambuf::int_type Streambuf::pbackfail |
( |
int_type |
ch | ) |
|
|
protectedvirtual |
◆ seekoff()
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 |
|
) |
| |
|
protectedvirtual |
◆ seekpos()
std::streambuf::pos_type Streambuf::seekpos |
( |
std::streambuf::pos_type |
pos, |
|
|
std::ios_base::openmode |
which = std::ios::in | std::ios::out |
|
) |
| |
|
protectedvirtual |
◆ showmanyc()
std::streamsize Streambuf::showmanyc |
( |
| ) |
|
|
protectedvirtual |
◆ uflow()
Streambuf::int_type Streambuf::uflow |
( |
| ) |
|
|
protectedvirtual |
◆ underflow()
Streambuf::int_type Streambuf::underflow |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files:
- FreeCAD/src/Base/Stream.h
- FreeCAD/src/Base/Stream.cpp