A holder of a mapped file. More...
Public Member Functions | |
mapped_file (const mapped_file &) | |
mapped_file (mapped_file &&) | |
mapped_file & | operator= (const mapped_file &) |
mapped_file & | operator= (mapped_file &&) |
mapped_file (handle_ptr _h, void *_addr, size_t _length, off_t _offset) | |
Public Attributes | |
handle_ptr | h |
The file being mapped. | |
void * | addr |
The address in memory of the map. | |
size_t | length |
The length of the map. | |
off_t | offset |
The offset of the map into the file. | |
Friends | |
class | handle |
handle_ptr boost::afio::handle::mapped_file::h |
January, 2014 |
Copyright © 2013-2014 Niall Douglas, Cork, Ireland Copyright © 2013 Paul Kirth, California |