Boost.AFIO    Boost C++ Libraries
Public Member Functions | Public Attributes | Friends
boost::afio::handle::mapped_file Struct Reference

A holder of a mapped file. More...

List of all members.

Public Member Functions

 mapped_file (const mapped_file &)
 mapped_file (mapped_file &&)
mapped_fileoperator= (const mapped_file &)
mapped_fileoperator= (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

Detailed Description

A holder of a mapped file.

Definition at line 1247 of file afio.hpp.


Member Data Documentation

The file being mapped.

Definition at line 1250 of file afio.hpp.

The address in memory of the map.

Definition at line 1251 of file afio.hpp.

The length of the map.

Definition at line 1252 of file afio.hpp.

The offset of the map into the file.

Definition at line 1253 of file afio.hpp.


January, 2014

Copyright © 2013-2014 Niall Douglas, Cork, Ireland
Copyright © 2013 Paul Kirth, California
Documentation is generated by Doxygen