Template Class SharedMem
Defined in File ipc_shared_memory.hpp
Class Documentation
-
template<typename T, int MEM_PROT_FLAG>
class SharedMem Public Functions
-
inline SharedMem()
-
SharedMem(const SharedMem&) = delete
-
bool GetIPCSharedMemory(const fs::path &memfd_name, const uint64_t count)
-
bool MakeIPCSharedMemory(const fs::path &memfd_name, const uint64_t count)
-
~SharedMem()
-
inline SharedMem()