#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/iostreams/categories.hpp>
#include <boost/iostreams/detail/char_traits.hpp>
#include <boost/iostreams/detail/dispatch.hpp>
#include <boost/iostreams/detail/ios.hpp>
#include <boost/iostreams/detail/streambuf.hpp>
#include <boost/iostreams/detail/wrap_unwrap.hpp>
#include <boost/iostreams/operations_fwd.hpp>
#include <boost/iostreams/traits.hpp>
#include <boost/mpl/if.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 > | |
bool | boost::iostreams::put (T &t, typename char_type_of< T >::type c) |
template<typename T > | |
std::streamsize | boost::iostreams::write (T &t, const typename char_type_of< T >::type *s, std::streamsize n) |
template<typename T , typename Sink > | |
std::streamsize | boost::iostreams::write (T &t, Sink &snk, const typename char_type_of< T >::type *s, std::streamsize n) |