wibble::sys::MMap Struct Reference
Map a file into memory.
More...
#include <mmap.h>
List of all members.
Detailed Description
Map a file into memory.
Currently, this is only read-only.
Copy semanthics are the same as auto_ptr
Constructor & Destructor Documentation
wibble::sys::MMap::MMap |
( |
|
) |
|
wibble::sys::MMap::MMap |
( |
const MMap & |
mmap |
) |
|
wibble::sys::MMap::MMap |
( |
const std::string & |
filename |
) |
|
wibble::sys::MMap::~MMap |
( |
|
) |
|
Member Function Documentation
void wibble::sys::MMap::map |
( |
const std::string & |
filename |
) |
|
MMap& wibble::sys::MMap::operator= |
( |
const MMap & |
mmap |
) |
|
void wibble::sys::MMap::unmap |
( |
|
) |
|
Member Data Documentation
The documentation for this struct was generated from the following file: