blocxx
BLOCXX_NAMESPACE::DataIStreamBuf Class Reference

#include <DataStreams.hpp>

Inheritance diagram for BLOCXX_NAMESPACE::DataIStreamBuf:

Public Member Functions

 DataIStreamBuf (int dataLen, const unsigned char *data)
 

Protected Member Functions

virtual int underflow ()
 
virtual pos_type seekoff (off_type off, std::ios_base::seekdir way, std::ios_base::openmode which)
 
virtual pos_type seekpos (pos_type sp, std::ios_base::openmode which)
 

Detailed Description

Definition at line 63 of file DataStreams.hpp.

Constructor & Destructor Documentation

◆ DataIStreamBuf()

BLOCXX_NAMESPACE::DataIStreamBuf::DataIStreamBuf ( int dataLen,
const unsigned char * data )
inline

Definition at line 66 of file DataStreams.hpp.

Member Function Documentation

◆ seekoff()

std::streambuf::pos_type BLOCXX_NAMESPACE::DataIStreamBuf::seekoff ( off_type off,
std::ios_base::seekdir way,
std::ios_base::openmode which )
protectedvirtual

Definition at line 56 of file DataStreams.cpp.

◆ seekpos()

std::streambuf::pos_type BLOCXX_NAMESPACE::DataIStreamBuf::seekpos ( pos_type sp,
std::ios_base::openmode which )
protectedvirtual

Definition at line 86 of file DataStreams.cpp.

◆ underflow()

int BLOCXX_NAMESPACE::DataIStreamBuf::underflow ( )
protectedvirtual

Definition at line 49 of file DataStreams.cpp.


The documentation for this class was generated from the following files: