tntdb  1.3
tntdb::BlobStreamBuf Class Reference

streambuf for reading from a tntdb::Blob More...

#include <blobstream.h>

Inheritance diagram for tntdb::BlobStreamBuf:

Public Member Functions

 BlobStreamBuf (Blob &blob)
 
int_type overflow (int_type c)
 see std::streambuf More...
 
int_type underflow ()
 see std::streambuf More...
 
int sync ()
 see std::streambuf More...
 

Detailed Description

streambuf for reading from a tntdb::Blob

Member Function Documentation

int_type tntdb::BlobStreamBuf::overflow ( int_type  c)

see std::streambuf

int tntdb::BlobStreamBuf::sync ( )

see std::streambuf

int_type tntdb::BlobStreamBuf::underflow ( )

see std::streambuf


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