DISPLACE
1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
|
#include <commons_global.h>
#include <ipcmsgtypes.h>
#include <boost/interprocess/containers/list.hpp>
#include <boost/interprocess/managed_shared_memory.hpp>
#include <boost/interprocess/allocators/allocator.hpp>
#include <boost/interprocess/sync/interprocess_mutex.hpp>
#include <boost/interprocess/sync/interprocess_condition.hpp>
#include <boost/interprocess/containers/string.hpp>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | IpcQueue |
implements a CircularBuffer to be used in a boost::interprocess::managed_heap_memory More... | |