Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
skip.hpp File Reference
#include <boost/iostreams/char_traits.hpp>
#include <boost/iostreams/detail/ios.hpp>
#include <boost/iostreams/operations.hpp>
#include <boost/iostreams/seek.hpp>
#include <boost/iostreams/traits.hpp>
#include <boost/mpl/and.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/mpl/or.hpp>
#include <boost/throw_exception.hpp>
#include <boost/type_traits/is_convertible.hpp>
Include dependency graph for skip.hpp:

Namespaces

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

Functions

template<typename Device >
void boost::iostreams::detail::skip (Device &dev, stream_offset off, mpl::true_)
 
template<typename Device >
void boost::iostreams::detail::skip (Device &dev, stream_offset off, mpl::false_)
 
template<typename Filter , typename Device >
void boost::iostreams::detail::skip (Filter &flt, Device &dev, stream_offset off, BOOST_IOS::openmode which, mpl::true_)
 
template<typename Filter , typename Device >
void boost::iostreams::detail::skip (Filter &flt, Device &dev, stream_offset off, BOOST_IOS::openmode, mpl::false_)
 
template<typename Device >
void boost::iostreams::skip (Device &dev, stream_offset off)
 
template<typename Filter , typename Device >
void boost::iostreams::skip (Filter &flt, Device &dev, stream_offset off, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out)