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

#include <line.hpp>

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

Classes

struct  category
 

Public Types

typedef Ch char_type
 
typedef char_traits< char_typetraits_type
 
typedef std::basic_string< Ch,
string_traits, Alloc > 
string_type
 

Public Member Functions

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

Protected Member Functions

 basic_line_filter (bool suppress_newlines=false)
 

Member Typedef Documentation

template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef Ch boost::iostreams::basic_line_filter< Ch, Alloc >::char_type
template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef std::basic_string< Ch, string_traits, Alloc > boost::iostreams::basic_line_filter< Ch, Alloc >::string_type
template<typename Ch , typename Alloc = std::allocator<Ch>>
typedef char_traits<char_type> boost::iostreams::basic_line_filter< Ch, Alloc >::traits_type

Constructor & Destructor Documentation

template<typename Ch , typename Alloc = std::allocator<Ch>>
boost::iostreams::basic_line_filter< Ch, Alloc >::basic_line_filter ( bool  suppress_newlines = false)
inlineprotected
template<typename Ch , typename Alloc = std::allocator<Ch>>
virtual boost::iostreams::basic_line_filter< Ch, Alloc >::~basic_line_filter ( )
inlinevirtual

Member Function Documentation

template<typename Ch , typename Alloc = std::allocator<Ch>>
template<typename Sink >
void boost::iostreams::basic_line_filter< Ch, Alloc >::close ( Sink &  snk,
BOOST_IOS::openmode  which 
)
inline
template<typename Ch , typename Alloc = std::allocator<Ch>>
template<typename Source >
std::streamsize boost::iostreams::basic_line_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::basic_line_filter< Ch, Alloc >::write ( Sink &  snk,
const char_type s,
std::streamsize  n 
)
inline

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