#include <boost/iostreams/categories.hpp>#include <boost/iostreams/detail/dispatch.hpp>#include <boost/iostreams/detail/error.hpp>#include <boost/iostreams/detail/config/unreachable_return.hpp>#include <boost/iostreams/get.hpp>#include <boost/iostreams/put.hpp>#include <boost/iostreams/read.hpp>#include <boost/iostreams/seek.hpp>#include <boost/iostreams/traits.hpp>#include <boost/iostreams/write.hpp>#include <boost/throw_exception.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::detail | |
Functions | |
| template<typename T > | |
| int_type_of< T >::type | boost::iostreams::get_if (T &t) |
| template<typename T > | |
| std::streamsize | boost::iostreams::read_if (T &t, typename char_type_of< T >::type *s, std::streamsize n) |
| template<typename T > | |
| bool | boost::iostreams::put_if (T &t, typename char_type_of< T >::type c) |
| template<typename T > | |
| std::streamsize | boost::iostreams::write_if (T &t, const typename char_type_of< T >::type *s, std::streamsize n) |
| template<typename T > | |
| std::streampos | boost::iostreams::seek_if (T &t, stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out) |