Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::iostreams::detail::read_write_if_impl< input > Struct Template Reference

#include <checked_operations.hpp>

Static Public Member Functions

template<typename T >
static int_type_of< T >::type get (T &t)
 
template<typename T >
static std::streamsize read (T &t, typename char_type_of< T >::type *s, std::streamsize n)
 
template<typename T >
static bool put (T &, typename char_type_of< T >::type)
 
template<typename T >
static std::streamsize write (T &, const typename char_type_of< T >::type *, std::streamsize)
 

Member Function Documentation

template<typename T >
static int_type_of<T>::type boost::iostreams::detail::read_write_if_impl< input >::get ( T t)
inlinestatic
template<typename T >
static bool boost::iostreams::detail::read_write_if_impl< input >::put ( T ,
typename char_type_of< T >::type   
)
inlinestatic
template<typename T >
static std::streamsize boost::iostreams::detail::read_write_if_impl< input >::read ( T t,
typename char_type_of< T >::type s,
std::streamsize  n 
)
inlinestatic
template<typename T >
static std::streamsize boost::iostreams::detail::read_write_if_impl< input >::write ( T ,
const typename char_type_of< T >::type ,
std::streamsize   
)
inlinestatic

The documentation for this struct was generated from the following file: