#include <boost/assert.hpp>#include <cstdio>#include <stdexcept>#include <boost/config.hpp>#include <boost/iostreams/categories.hpp>#include <boost/iostreams/detail/char_traits.hpp>#include <boost/iostreams/detail/ios.hpp>#include <boost/iostreams/read.hpp>#include <boost/iostreams/write.hpp>#include <boost/iostreams/pipeline.hpp>#include <boost/iostreams/putback.hpp>#include <boost/mpl/bool.hpp>#include <boost/throw_exception.hpp>#include <boost/type_traits/is_convertible.hpp>#include <boost/iostreams/detail/config/disable_warnings.hpp>#include <boost/iostreams/detail/config/enable_warnings.hpp>
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::iostreams | |
| boost::iostreams::newline | |
| boost::iostreams::detail | |
Macros | |
| #define | BOOST_IOSTREAMS_ASSERT_UNREACHABLE(val) (BOOST_ASSERT("unreachable code" == 0), val) \ | 
Variables | |
| const char | boost::iostreams::newline::CR = 0x0D | 
| const char | boost::iostreams::newline::LF = 0x0A | 
| const int | boost::iostreams::newline::posix = 1 | 
| const int | boost::iostreams::newline::mac = 2 | 
| const int | boost::iostreams::newline::dos = 4 | 
| const int | boost::iostreams::newline::mixed = 8 | 
| const int | boost::iostreams::newline::final_newline = 16 | 
| const int | boost::iostreams::newline::platform_mask = posix | dos | mac | 
| #define BOOST_IOSTREAMS_ASSERT_UNREACHABLE | ( | val | ) | (BOOST_ASSERT("unreachable code" == 0), val) \ |