SegmentedMemory.h File Reference
#include <Ice/ObjectAdapter.h>
#include <MemoryX/interface/core/MemoryInterface.h>
#include <shared_mutex>
+ Include dependency graph for SegmentedMemory.h:
+ This graph shows which files directly or indirectly include this file:

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 >