|
PLplot
5.12.0
|
#include "wxwidgets_comms.h"
Public Member Functions | |
| PLMemoryMap () | |
| PLMemoryMap (const char *name, PLINT size, bool mustExist, bool mustNotExist) | |
| void | create (const char *name, PLINT size, bool mustExist, bool mustNotExist) |
| void | close () |
| ~PLMemoryMap () | |
| char * | getBuffer () |
| bool | isValid () |
| size_t | getSize () |
Private Attributes | |
| int | m_mapFile |
| char * | m_name |
| size_t | m_size |
| void * | m_buffer |
Definition at line 79 of file wxwidgets_comms.h.
| PLMemoryMap::PLMemoryMap | ( | ) |
Definition at line 27 of file wxwidgets_comms.cpp.
| PLMemoryMap::PLMemoryMap | ( | const char * | name, |
| PLINT | size, | ||
| bool | mustExist, | ||
| bool | mustNotExist | ||
| ) |
Definition at line 44 of file wxwidgets_comms.cpp.
| PLMemoryMap::~PLMemoryMap | ( | ) |
Definition at line 151 of file wxwidgets_comms.cpp.
| void PLMemoryMap::close | ( | ) |
Definition at line 119 of file wxwidgets_comms.cpp.
| void PLMemoryMap::create | ( | const char * | name, |
| PLINT | size, | ||
| bool | mustExist, | ||
| bool | mustNotExist | ||
| ) |
Definition at line 65 of file wxwidgets_comms.cpp.
|
inline |
Definition at line 87 of file wxwidgets_comms.h.
|
inline |
Definition at line 89 of file wxwidgets_comms.h.
|
inline |
Definition at line 88 of file wxwidgets_comms.h.
|
private |
Definition at line 98 of file wxwidgets_comms.h.
|
private |
Definition at line 94 of file wxwidgets_comms.h.
|
private |
Definition at line 95 of file wxwidgets_comms.h.
|
private |
Definition at line 97 of file wxwidgets_comms.h.