Base::Streambuf Class Reference

#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 ()
 

Constructor & Destructor Documentation

◆ Streambuf()

Streambuf::Streambuf ( const std::string &  data)
explicit

◆ ~Streambuf()

Streambuf::~Streambuf ( )

Member Function Documentation

◆ 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

Referenced by seekpos().

◆ seekpos()

std::streambuf::pos_type Streambuf::seekpos ( std::streambuf::pos_type  pos,
std::ios_base::openmode  which = std::ios::in | std::ios::out 
)
protectedvirtual

References seekoff().

◆ 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: