#include <boost/assert.hpp>
#include <exception>
#include <functional>
#include <iterator>
#include <list>
#include <memory>
#include <typeinfo>
#include <stdexcept>
#include <boost/checked_delete.hpp>
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/iostreams/constants.hpp>
#include <boost/iostreams/detail/access_control.hpp>
#include <boost/iostreams/detail/char_traits.hpp>
#include <boost/iostreams/detail/push.hpp>
#include <boost/iostreams/detail/streambuf.hpp>
#include <boost/iostreams/detail/wrap_unwrap.hpp>
#include <boost/iostreams/device/null.hpp>
#include <boost/iostreams/positioning.hpp>
#include <boost/iostreams/traits.hpp>
#include <boost/iostreams/stream_buffer.hpp>
#include <boost/next_prior.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/static_assert.hpp>
#include <boost/throw_exception.hpp>
#include <boost/type_traits/is_convertible.hpp>
#include <boost/type.hpp>
#include <boost/iostreams/detail/execute.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::iostreams | |
boost::iostreams::detail | |
Macros | |
#define | BOOST_IOSTREAMS_COMPARE_TYPE_ID(X, Y) ((X)==(Y)) |
#define | BOOST_IOSTREAMS_COMPONENT_TYPE(chain, index) chain.component_type( index ) \ |
#define | BOOST_IOSTREAMS_COMPONENT(chain, index, target) chain.component< target >( index ) \ |
#define | BOOST_IOSTREAMS_DECL_CHAIN(name_, default_char_) |
#define BOOST_IOSTREAMS_COMPARE_TYPE_ID | ( | X, | |
Y | |||
) | ((X)==(Y)) |
#define BOOST_IOSTREAMS_COMPONENT | ( | chain, | |
index, | |||
target | |||
) | chain.component< target >( index ) \ |
#define BOOST_IOSTREAMS_COMPONENT_TYPE | ( | chain, | |
index | |||
) | chain.component_type( index ) \ |
#define BOOST_IOSTREAMS_DECL_CHAIN | ( | name_, | |
default_char_ | |||
) |