|
typedef T & | reference |
|
typedef T * | pointer |
|
typedef T | value_type |
|
typedef const T & | const_reference |
|
typedef const T * | const_pointer |
|
|
pointer | ptr () |
|
reference | operator[] (size_t index) |
|
reference | front () |
|
bool | valid () const |
|
int | init (const std::string &pathname, int projId, void *address=NULL, int mode=kModeDefault) |
|
int | init (key_t key=IPC_PRIVATE, void *address=NULL, int mode=kModeDefault) |
|
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 = SHM_R | SHM_W |
|
static const size_t | kSize = N |
|
The documentation for this class was generated from the following file: