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

Classes

struct  boost::iostreams::detail::read_write_if_impl< T >
 
struct  boost::iostreams::detail::seek_if_impl< T >
 
struct  boost::iostreams::detail::read_write_if_impl< input >
 
struct  boost::iostreams::detail::read_write_if_impl< output >
 
struct  boost::iostreams::detail::seek_if_impl< random_access >
 
struct  boost::iostreams::detail::seek_if_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_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)