#include <scoped_mmap.h>
◆ ScopedMMap() [1/4]
| cuttlefish::ScopedMMap::ScopedMMap |
( |
| ) |
|
◆ ScopedMMap() [2/4]
| cuttlefish::ScopedMMap::ScopedMMap |
( |
void * |
ptr, |
|
|
size_t |
len |
|
) |
| |
◆ ScopedMMap() [3/4]
| cuttlefish::ScopedMMap::ScopedMMap |
( |
const ScopedMMap & |
other | ) |
|
|
delete |
◆ ScopedMMap() [4/4]
| cuttlefish::ScopedMMap::ScopedMMap |
( |
ScopedMMap && |
other | ) |
|
◆ ~ScopedMMap()
| cuttlefish::ScopedMMap::~ScopedMMap |
( |
| ) |
|
◆ get() [1/2]
| void * cuttlefish::ScopedMMap::get |
( |
| ) |
|
|
inline |
◆ get() [2/2]
| const void * cuttlefish::ScopedMMap::get |
( |
| ) |
const |
|
inline |
◆ len()
| size_t cuttlefish::ScopedMMap::len |
( |
| ) |
const |
|
inline |
◆ operator bool()
| cuttlefish::ScopedMMap::operator bool |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ WithinBounds()
| bool cuttlefish::ScopedMMap::WithinBounds |
( |
size_t |
offset, |
|
|
size_t |
length |
|
) |
| const |
|
inline |
◆ len_
| size_t cuttlefish::ScopedMMap::len_ |
|
private |
◆ ptr_
| void* cuttlefish::ScopedMMap::ptr_ = MAP_FAILED |
|
private |
The documentation for this class was generated from the following files: