|
typedef T | value_type |
|
typedef const T & | const_reference |
|
typedef const T * | const_pointer |
|
|
bool | valid () const |
|
int | init (const std::string &filename, size_t sz=0, void *address=NULL, int mode=kModeDefault) |
|
int | init (size_t sz, void *address=NULL) |
|
bool | setResident (bool on) |
|
bool | setDeleted () |
|
void | uninit () |
|
size_t | size () const |
|
const_pointer | ptr () const |
|
const_reference | operator[] (size_t index) const |
|
const_reference | front () const |
|
|
static std::string | ErrMsg () |
|
|
static const int | kModeDefault = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH |
|
The documentation for this class was generated from the following file: