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< output > Struct Template Reference

#include <checked_operations.hpp>

Static Public Member Functions

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

Member Function Documentation

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

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