CARMA C++
|
MemoryMappedFile is a class that provides a C++ interface to the mmap(2) system call. More...
#include <sys/mman.h>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | carma::ui::rtd::MemoryMappedFile |
Memory Mapped file is a class that provides a C++ interface to the mmap(2) system call. More... | |
class | carma::ui::rtd::MemoryMappedFileException |
Exceptions for MemoryMappedFile's. More... | |
Namespaces | |
module | carma |
IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
carma::ui::rtd | |
User Interface Realtime Display Windows. | |
MemoryMappedFile is a class that provides a C++ interface to the mmap(2) system call.
Definition in file MemoryMappedFile.h.