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

Classes

struct  boost::iostreams::detail::seek_device_impl< T >
 
struct  boost::iostreams::detail::seek_filter_impl< T >
 
struct  boost::iostreams::detail::seek_device_impl< T >
 
struct  boost::iostreams::detail::seek_impl_basic_ios
 
struct  boost::iostreams::detail::seek_device_impl< iostream_tag >
 
struct  boost::iostreams::detail::seek_device_impl< istream_tag >
 
struct  boost::iostreams::detail::seek_device_impl< ostream_tag >
 
struct  boost::iostreams::detail::seek_device_impl< streambuf_tag >
 
struct  boost::iostreams::detail::seek_device_impl< two_head >
 
struct  boost::iostreams::detail::seek_device_impl< any_tag >
 
struct  boost::iostreams::detail::seek_filter_impl< T >
 
struct  boost::iostreams::detail::seek_filter_impl< two_head >
 
struct  boost::iostreams::detail::seek_filter_impl< any_tag >
 

Namespaces

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

Functions

template<typename T >
std::streampos boost::iostreams::seek (T &t, stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out)
 
template<typename T , typename Device >
std::streampos boost::iostreams::seek (T &t, Device &dev, stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which=BOOST_IOS::in|BOOST_IOS::out)