csPlatformMemoryMappingDummy Class Reference
Memory mapping for platforms without memory mapping support - it does nothing, so the software emulation kicks in when csMemoryMappedIO is used. More...
#include <csutil/mmap_dummy.h>
| Protected Member Functions | |
| csPlatformMemoryMappingDummy () | |
| Create a new mapping. | |
| size_t | GetMaxSize () | 
| void | MapWindow (PlatformMemoryMapping &mapping, size_t offset, size_t len) | 
| bool | Ok () | 
| bool | OpenNative (const char *filename) | 
| void | UnmapWindow (PlatformMemoryMapping &mapping) | 
| ~csPlatformMemoryMappingDummy () | |
| Destroy file mapping. | |
| Classes | |
| struct | PlatformMemoryMapping | 
Detailed Description
Memory mapping for platforms without memory mapping support - it does nothing, so the software emulation kicks in when csMemoryMappedIO is used.
Definition at line 33 of file mmap_dummy.h.
Constructor & Destructor Documentation
| csPlatformMemoryMappingDummy::csPlatformMemoryMappingDummy | ( | ) |  [inline, protected] | 
| csPlatformMemoryMappingDummy::~csPlatformMemoryMappingDummy | ( | ) |  [inline, protected] | 
The documentation for this class was generated from the following file:
- csutil/mmap_dummy.h
Generated for Crystal Space by doxygen 1.4.7

