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

#include <grep.hpp>

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

Public Types

typedef base_type::char_type char_type
 
typedef base_type::category category
 
typedef char_traits< char_typetraits_type
 
typedef base_type::string_type string_type
 
typedef basic_regex< Ch, Tr > regex_type
 
typedef
regex_constants::match_flag_type 
match_flag_type
 

Public Member Functions

 basic_grep_filter (const regex_type &re, match_flag_type match_flags=regex_constants::match_default, int options=0)
 
int count () const
 
template<typename Sink >
void close (Sink &snk, BOOST_IOS::openmode which)
 
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)
 

Member Typedef Documentation

template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef base_type::category boost::iostreams::basic_grep_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_grep_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_grep_filter< Ch, Tr, Alloc >::match_flag_type
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef basic_regex<Ch, Tr> boost::iostreams::basic_grep_filter< Ch, Tr, Alloc >::regex_type
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef base_type::string_type boost::iostreams::basic_grep_filter< Ch, Tr, Alloc >::string_type
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
typedef char_traits<char_type> boost::iostreams::basic_grep_filter< Ch, Tr, Alloc >::traits_type

Constructor & Destructor Documentation

template<typename Ch , typename Tr , typename Alloc >
boost::iostreams::basic_grep_filter< Ch, Tr, Alloc >::basic_grep_filter ( const regex_type re,
match_flag_type  match_flags = regex_constants::match_default,
int  options = 0 
)

Member Function Documentation

template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
template<typename Sink >
void boost::iostreams::basic_grep_filter< Ch, Tr, Alloc >::close ( Sink &  snk,
BOOST_IOS::openmode  which 
)
inline
template<typename Ch , typename Tr = regex_traits<Ch>, typename Alloc = std::allocator<Ch>>
int boost::iostreams::basic_grep_filter< Ch, Tr, Alloc >::count ( ) const
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 
)
inlineinherited
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 
)
inlineinherited

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