Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
read.hpp File Reference
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/iostreams/char_traits.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/mpl/if.hpp>
#include <boost/iostreams/detail/config/disable_warnings.hpp>
#include <boost/iostreams/detail/config/enable_warnings.hpp>
Include dependency graph for read.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::iostreams::detail::read_device_impl< T >
 
struct  boost::iostreams::detail::read_filter_impl< T >
 
struct  boost::iostreams::detail::true_eof_impl< IsLinked >
 
struct  boost::iostreams::detail::true_eof_impl< true >
 
struct  boost::iostreams::detail::true_eof_impl< false >
 
struct  boost::iostreams::detail::read_device_impl< T >
 
struct  boost::iostreams::detail::read_device_impl< istream_tag >
 
struct  boost::iostreams::detail::read_device_impl< streambuf_tag >
 
struct  boost::iostreams::detail::read_device_impl< input >
 
struct  boost::iostreams::detail::read_filter_impl< T >
 
struct  boost::iostreams::detail::read_filter_impl< multichar_tag >
 
struct  boost::iostreams::detail::read_filter_impl< any_tag >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::iostreams
 
 boost::iostreams::detail
 

Functions

template<typename T >
int_type_of< T >::type boost::iostreams::get (T &t)
 
template<typename T >
std::streamsize boost::iostreams::read (T &t, typename char_type_of< T >::type *s, std::streamsize n)
 
template<typename T , typename Source >
std::streamsize boost::iostreams::read (T &t, Source &src, typename char_type_of< T >::type *s, std::streamsize n)
 
template<typename T >
bool boost::iostreams::putback (T &t, typename char_type_of< T >::type c)
 
std::streamsize boost::iostreams::detail::check_eof (std::streamsize n)
 
template<typename T >
bool boost::iostreams::detail::true_eof (T &t)