Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::basic_null_source< Ch > Struct Template Reference

#include <null.hpp>

Inheritance diagram for boost::iostreams::basic_null_source< Ch >:
Collaboration diagram for boost::iostreams::basic_null_source< Ch >:

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)
 

Member Typedef Documentation

template<typename Ch >
typedef source_tag boost::iostreams::basic_null_source< Ch >::category
template<typename Ch >
typedef Ch boost::iostreams::basic_null_source< Ch >::char_type

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