AbstractWorkingMemory.h File Reference
#include "WorkingMemoryEntitySegment.h"
#include <ArmarXCore/core/Component.h>
#include <ArmarXCore/core/system/ImportExportComponent.h>
#include <MemoryX/interface/workingmemory/AbstractWorkingMemoryInterface.h>
#include <MemoryX/interface/components/CommonStorageInterface.h>
#include <MemoryX/interface/components/PriorKnowledgeInterface.h>
#include <MemoryX/interface/components/LongtermMemoryInterface.h>
#include <MemoryX/core/memory/SegmentedMemory.h>
#include <MemoryX/core/MongoSerializer.h>
#include <MemoryX/core/MongoDBRef.h>
+ Include dependency graph for AbstractWorkingMemory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractWorkingMemory
 
class  AbstractWorkingMemoryPropertyDefinitions
 
struct  MemoryUpdaterEntry
 

Namespaces

 memoryx
 VirtualRobot headers.
 

Typedefs

using AbstractWorkingMemoryPtr = IceUtil::Handle< AbstractWorkingMemory >
 
using MemoryUpdaterMap = std::map< std::string, MemoryUpdaterEntry >