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_stdio_filter< Ch, Alloc > Class Template Referenceabstract

#include <stdio.hpp>

Inheritance diagram for boost::iostreams::basic_stdio_filter< Ch, Alloc >:
Collaboration diagram for boost::iostreams::basic_stdio_filter< Ch, Alloc >:

Public Types

typedef base_type::char_type char_type
 
typedef base_type::category category
 
typedef base_type::vector_type vector_type
 

Public Member Functions

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 vector_type::size_type size_type
 

Member Typedef Documentation

template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef base_type::category boost::iostreams::basic_stdio_filter< Ch, Alloc >::category
template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef base_type::char_type boost::iostreams::basic_stdio_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
protectedinherited
template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef base_type::vector_type boost::iostreams::basic_stdio_filter< Ch, Alloc >::vector_type

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 
)
inlineinherited
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 
)
inlineinherited
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 
)
inlineinherited

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