#include <null.hpp>
Public Types | |
typedef Ch | char_type |
typedef source_tag | category |
Private Member Functions | |
std::streamsize | read (Ch *, std::streamsize) |
std::streamsize | write (const Ch *, std::streamsize n) |
std::streampos | seek (stream_offset, BOOST_IOS::seekdir, BOOST_IOS::openmode=BOOST_IOS::in|BOOST_IOS::out) |
void | close () |
void | close (BOOST_IOS::openmode) |
typedef source_tag boost::iostreams::basic_null_source< Ch >::category |
typedef Ch boost::iostreams::basic_null_source< Ch >::char_type |