#include "wxwidgets_comms.h"
Detailed Description
Definition at line 74 of file wxwidgets_comms.h.
Constructor & Destructor Documentation
| PLMemoryMap::PLMemoryMap |
( |
| ) |
|
| PLMemoryMap::PLMemoryMap |
( |
const char * |
name, |
|
|
PLINT |
size, |
|
|
bool |
mustExist, |
|
|
bool |
mustNotExist |
|
) |
| |
| PLMemoryMap::~PLMemoryMap |
( |
| ) |
|
Member Function Documentation
| void PLMemoryMap::close |
( |
| ) |
|
| void PLMemoryMap::create |
( |
const char * |
name, |
|
|
PLINT |
size, |
|
|
bool |
mustExist, |
|
|
bool |
mustNotExist |
|
) |
| |
| char* PLMemoryMap::getBuffer |
( |
| ) |
|
|
inline |
| size_t PLMemoryMap::getSize |
( |
| ) |
|
|
inline |
| bool PLMemoryMap::isValid |
( |
| ) |
|
|
inline |
Member Data Documentation
| void* PLMemoryMap::m_buffer |
|
private |
| int PLMemoryMap::m_mapFile |
|
private |
| char* PLMemoryMap::m_name |
|
private |
| size_t PLMemoryMap::m_size |
|
private |
The documentation for this class was generated from the following files: