![]() |
Public API 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. | |
~csPlatformMemoryMappingDummy () | |
Destroy file mapping. |
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.
csPlatformMemoryMappingDummy::csPlatformMemoryMappingDummy | ( | ) | [inline, protected] |
Create a new mapping.
Definition at line 42 of file mmap_dummy.h.
csPlatformMemoryMappingDummy::~csPlatformMemoryMappingDummy | ( | ) | [inline, protected] |
Destroy file mapping.
Definition at line 44 of file mmap_dummy.h.