|
#include <Ice/ObjectAdapter.h>
#include <MemoryX/interface/core/MemoryInterface.h>
#include <shared_mutex>
Go to the source code of this file.
Classes | |
struct | MemorySegmentEntry |
class | SegmentedMemory |
The SegmentedMemory class provides an interface for organizing memories with segmented data structures. More... | |
Namespaces | |
memoryx | |
VirtualRobot headers. | |
Typedefs | |
using | MemorySegmentMap = std::map< std::string, MemorySegmentEntry > |
using | SegmentedMemoryPtr = IceInternal::Handle< SegmentedMemory > |