Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::aggregate_filter< Ch, Alloc > Class Template Referenceabstract

#include <aggregate.hpp>

Inheritance diagram for boost::iostreams::aggregate_filter< Ch, Alloc >:

Classes

struct  category
 

Public Types

typedef Ch char_type
 

Public Member Functions

 aggregate_filter ()
 
virtual ~aggregate_filter ()
 
template<typename Source >
std::streamsize read (Source &src, char_type *s, std::streamsize n)
 
template<typename Sink >
std::streamsize write (Sink &, const char_type *s, std::streamsize n)
 
template<typename Sink >
void close (Sink &sink, BOOST_IOS::openmode which)
 

Protected Types

typedef std::vector< Ch, Alloc > vector_type
 
typedef vector_type::size_type size_type
 

Member Typedef Documentation

template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef Ch boost::iostreams::aggregate_filter< Ch, Alloc >::char_type
template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef vector_type::size_type boost::iostreams::aggregate_filter< Ch, Alloc >::size_type
protected
template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef std::vector<Ch, Alloc> boost::iostreams::aggregate_filter< Ch, Alloc >::vector_type
protected

Constructor & Destructor Documentation

template<typename Ch , typename Alloc = std::allocator<Ch>>
boost::iostreams::aggregate_filter< Ch, Alloc >::aggregate_filter ( )
inline
template<typename Ch , typename Alloc = std::allocator<Ch>>
virtual boost::iostreams::aggregate_filter< Ch, Alloc >::~aggregate_filter ( )
inlinevirtual

Member Function Documentation

template<typename Ch , typename Alloc = std::allocator<Ch>>
template<typename Sink >
void boost::iostreams::aggregate_filter< Ch, Alloc >::close ( Sink &  sink,
BOOST_IOS::openmode  which 
)
inline
template<typename Ch , typename Alloc = std::allocator<Ch>>
template<typename Source >
std::streamsize boost::iostreams::aggregate_filter< Ch, Alloc >::read ( Source &  src,
char_type s,
std::streamsize  n 
)
inline
template<typename Ch , typename Alloc = std::allocator<Ch>>
template<typename Sink >
std::streamsize boost::iostreams::aggregate_filter< Ch, Alloc >::write ( Sink &  ,
const char_type s,
std::streamsize  n 
)
inline

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