#include <mapped_file.hpp>


Public Types | |
| typedef detail::mapped_file_params_base | base_type |
| typedef Path | path_type |
Public Member Functions | |
| BOOST_STATIC_ASSERT ((!is_same< Path, std::wstring >::value)) | |
| basic_mapped_file_params () | |
| basic_mapped_file_params (const Path &p) | |
| template<typename PathT > | |
| basic_mapped_file_params (const PathT &p) | |
| basic_mapped_file_params (const basic_mapped_file_params &other) | |
| template<typename PathT > | |
| basic_mapped_file_params (const basic_mapped_file_params< PathT > &other) | |
Public Attributes | |
| Path | path |
| mapped_file_base::mapmode | flags |
| BOOST_IOS::openmode | mode |
| stream_offset | offset |
| std::size_t | length |
| stream_offset | new_file_size |
| const char * | hint |
| typedef detail::mapped_file_params_base boost::iostreams::basic_mapped_file_params< Path >::base_type |
| typedef Path boost::iostreams::basic_mapped_file_params< Path >::path_type |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
| boost::iostreams::basic_mapped_file_params< Path >::BOOST_STATIC_ASSERT | ( | (!is_same< Path, std::wstring >::value) | ) |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| Path boost::iostreams::basic_mapped_file_params< Path >::path |