#include <cassert>
#include <cstdio>
#include <iostream>
#include <locale>
#include <string>
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/iostreams/categories.hpp>
#include <boost/iostreams/char_traits.hpp>
#include <boost/iostreams/checked_operations.hpp>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/detail/ios.hpp>
#include <boost/iostreams/filter/stdio.hpp>
#include <boost/iostreams/operations.hpp>
#include <boost/mpl/begin_end.hpp>
#include <boost/mpl/deref.hpp>
#include <boost/preprocessor/control/expr_if.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_base_and_derived.hpp>
Go to the source code of this file.
◆ BOOST_IOSTREAMS_CHARACTER_CLASS
#define BOOST_IOSTREAMS_CHARACTER_CLASS |
( |
|
class | ) |
|
Value: struct BOOST_JOIN(is_, class) { \
template<typename Ch> \
static bool test(Ch event, const std::locale& loc) \
{ return std::BOOST_JOIN(is, class)(event, loc); } \
}; \
Definition at line 51 of file finite_state_filter.hpp.
◆ BOOST_IOSTREAMS_FSM
#define BOOST_IOSTREAMS_FSM |
( |
|
fsm | ) |
|
Value: template<typename Ch> \
void push(Ch c) \
template<typename Ch> \
void skip(Ch c) { (void) c; } \
Definition at line 167 of file finite_state_filter.hpp.