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_regex_filter< Ch, Tr, Alloc > Class Template Reference

#include <regex.hpp>

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

Public Types

typedef base_type::char_type char_type
 
typedef base_type::category category
 
typedef std::basic_string< Ch > string_type
 
typedef basic_regex< Ch, Tr > regex_type
 
typedef
regex_constants::match_flag_type 
flag_type
 
typedef match_results< const Ch * > match_type
 
typedef function1< string_type,
const match_type & > 
formatter
 

Public Member Functions

 basic_regex_filter (const regex_type &re, const formatter &replace, flag_type flags=regex_constants::match_default)
 
 basic_regex_filter (const regex_type &re, const string_type &fmt, flag_type flags=regex_constants::match_default, flag_type fmt_flags=regex_constants::format_default)
 
 basic_regex_filter (const regex_type &re, const char_type *fmt, flag_type flags=regex_constants::match_default, flag_type fmt_flags=regex_constants::format_default)
 
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 Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef base_type::category boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::category
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef base_type::char_type boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::char_type
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef regex_constants::match_flag_type boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::flag_type
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef function1<string_type, const match_type&> boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::formatter
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef match_results<const Ch*> boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::match_type
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef basic_regex<Ch, Tr> boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::regex_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 Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef std::basic_string<Ch> boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::string_type

Constructor & Destructor Documentation

template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::basic_regex_filter ( const regex_type re,
const formatter replace,
flag_type  flags = regex_constants::match_default 
)
inline
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::basic_regex_filter ( const regex_type re,
const string_type fmt,
flag_type  flags = regex_constants::match_default,
flag_type  fmt_flags = regex_constants::format_default 
)
inline
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
boost::iostreams::basic_regex_filter< Ch, Tr, Alloc >::basic_regex_filter ( const regex_type re,
const char_type fmt,
flag_type  flags = regex_constants::match_default,
flag_type  fmt_flags = regex_constants::format_default 
)
inline

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: