#include <mapped_file.hpp>
Enumerator |
---|
readonly |
|
readwrite |
|
priv |
|
boost::iostreams::mapped_file_source::mapped_file_source |
( |
| ) |
|
template<typename Path >
boost::iostreams::mapped_file_source::mapped_file_source |
( |
const Path & |
path, |
|
|
size_type |
length = max_length , |
|
|
boost::intmax_t |
offset = 0 |
|
) |
| |
|
explicit |
boost::iostreams::mapped_file_source::mapped_file_source |
( |
const mapped_file_source & |
other | ) |
|
static int boost::iostreams::mapped_file_source::alignment |
( |
| ) |
|
|
static |
iterator boost::iostreams::mapped_file_source::begin |
( |
| ) |
const |
boost::iostreams::mapped_file_source::BOOST_STATIC_CONSTANT |
( |
size_type |
, |
|
|
max_length |
= static_cast< size_type >(-1) |
|
) |
| |
void boost::iostreams::mapped_file_source::close |
( |
| ) |
|
const char* boost::iostreams::mapped_file_source::data |
( |
| ) |
const |
iterator boost::iostreams::mapped_file_source::end |
( |
| ) |
const |
mapmode boost::iostreams::mapped_file_source::flags |
( |
| ) |
const |
bool boost::iostreams::mapped_file_source::is_open |
( |
| ) |
const |
template<typename Path >
void boost::iostreams::mapped_file_source::open |
( |
const Path & |
path, |
|
|
size_type |
length = max_length , |
|
|
boost::intmax_t |
offset = 0 |
|
) |
| |
boost::iostreams::mapped_file_source::operator safe_bool |
( |
| ) |
const |
bool boost::iostreams::mapped_file_source::operator! |
( |
| ) |
const |
size_type boost::iostreams::mapped_file_source::size |
( |
| ) |
const |
friend class detail::mapped_file_impl |
|
friend |
The documentation for this class was generated from the following file: