Skip to content

Instantly share code, notes, and snippets.

@starcatter
starcatter / shmManager.cpp
Created August 21, 2019 21:20
Shared memory wrapper class
#include "shmManager.h"
#include <boost/interprocess/shared_memory_object.hpp>
#include <boost/interprocess/mapped_region.hpp>
#include "shmStruct.h"
#include "shmManagerState.h"
using namespace boost::interprocess;