Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mapped_file.hpp File Reference
#include <boost/config.hpp>
#include <cstddef>
#include <string>
#include <utility>
#include <boost/detail/workaround.hpp>
#include <boost/iostreams/close.hpp>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/detail/config/auto_link.hpp>
#include <boost/iostreams/detail/config/dyn_link.hpp>
#include <boost/iostreams/detail/config/wide_streams.hpp>
#include <boost/iostreams/detail/ios.hpp>
#include <boost/iostreams/detail/path.hpp>
#include <boost/iostreams/operations_fwd.hpp>
#include <boost/iostreams/positioning.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/static_assert.hpp>
#include <boost/throw_exception.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/config/abi_prefix.hpp>
#include <boost/config/abi_suffix.hpp>
Include dependency graph for mapped_file.hpp:

Classes

class  boost::iostreams::mapped_file_base
 
struct  boost::iostreams::detail::mapped_file_params_base
 
struct  boost::iostreams::basic_mapped_file_params< Path >
 
class  boost::iostreams::mapped_file_source
 
struct  boost::iostreams::mapped_file_source::category
 
class  boost::iostreams::mapped_file
 
struct  boost::iostreams::mapped_file::category
 
class  boost::iostreams::mapped_file_sink
 
struct  boost::iostreams::mapped_file_sink::category
 
struct  boost::iostreams::operations< mapped_file_source >
 
struct  boost::iostreams::operations< mapped_file >
 
struct  boost::iostreams::operations< mapped_file_sink >
 

Namespaces

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

Typedefs

typedef
basic_mapped_file_params
< std::string > 
boost::iostreams::mapped_file_params
 

Functions

mapped_file_base::mapmode boost::iostreams::operator| (mapped_file_base::mapmode a, mapped_file_base::mapmode b)
 
mapped_file_base::mapmode boost::iostreams::operator& (mapped_file_base::mapmode a, mapped_file_base::mapmode b)
 
mapped_file_base::mapmode boost::iostreams::operator^ (mapped_file_base::mapmode a, mapped_file_base::mapmode b)
 
mapped_file_base::mapmode boost::iostreams::operator~ (mapped_file_base::mapmode a)
 
mapped_file_base::mapmode boost::iostreams::operator|= (mapped_file_base::mapmode &a, mapped_file_base::mapmode b)
 
mapped_file_base::mapmode boost::iostreams::operator&= (mapped_file_base::mapmode &a, mapped_file_base::mapmode b)
 
mapped_file_base::mapmode boost::iostreams::operator^= (mapped_file_base::mapmode &a, mapped_file_base::mapmode b)
 
mapped_file::mapmode boost::iostreams::operator| (mapped_file::mapmode a, mapped_file::mapmode b)
 
mapped_file::mapmode boost::iostreams::operator& (mapped_file::mapmode a, mapped_file::mapmode b)
 
mapped_file::mapmode boost::iostreams::operator^ (mapped_file::mapmode a, mapped_file::mapmode b)
 
mapped_file::mapmode boost::iostreams::operator~ (mapped_file::mapmode a)
 
mapped_file::mapmode boost::iostreams::operator|= (mapped_file::mapmode &a, mapped_file::mapmode b)
 
mapped_file::mapmode boost::iostreams::operator&= (mapped_file::mapmode &a, mapped_file::mapmode b)
 
mapped_file::mapmode boost::iostreams::operator^= (mapped_file::mapmode &a, mapped_file::mapmode b)