blocxx
Public Member Functions | Protected Member Functions

BLOCXX_NAMESPACE::DataIStreamBuf Class Reference

#include <DataStreams.hpp>

List of all members.

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

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

Definition at line 66 of file DataStreams.hpp.


Member Function Documentation

std::streambuf::pos_type BLOCXX_NAMESPACE::DataIStreamBuf::seekoff ( off_type  off,
std::ios_base::seekdir  way,
std::ios_base::openmode  which 
) [protected, virtual]

Definition at line 57 of file DataStreams.cpp.

std::streambuf::pos_type BLOCXX_NAMESPACE::DataIStreamBuf::seekpos ( pos_type  sp,
std::ios_base::openmode  which 
) [protected, virtual]

Definition at line 87 of file DataStreams.cpp.

usr src packages BUILD blocxx src blocxx DataStreams cpp int BLOCXX_NAMESPACE::DataIStreamBuf::underflow ( ) [protected, virtual]

Definition at line 50 of file DataStreams.cpp.


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