#include <iostream>#include <memory>#include <boost/iostreams/char_traits.hpp>#include <boost/iostreams/filter/line.hpp>#include <boost/iostreams/pipeline.hpp>#include <boost/regex.hpp>
Classes | |
| class | boost::iostreams::basic_grep_filter< Ch, Tr, Alloc > | 
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::iostreams | |
| boost::iostreams::grep | |
Typedefs | |
| typedef basic_grep_filter< char > | boost::iostreams::grep_filter | 
| typedef basic_grep_filter < wchar_t >  | boost::iostreams::wgrep_filter | 
Variables | |
| const int | boost::iostreams::grep::invert = 1 | 
| const int | boost::iostreams::grep::whole_line = invert << 1 |