AbstractEntityWrapper.h File Reference
#include <memory>
#include <MemoryX/interface/core/EntityBase.h>
#include <MemoryX/interface/memorytypes/MemoryEntities.h>
+ Include dependency graph for AbstractEntityWrapper.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractEntityWrapper
 AbstractEntityWrapper is a superclass for all covenience classes, which provide typed access to entity attributes. More...
 
class  AbstractFileEntityWrapper
 

Namespaces

namespace  memoryx
 VirtualRobot headers.
 
namespace  memoryx::EntityWrappers
 

Typedefs

using AbstractEntityWrapperPtr = IceInternal::Handle<AbstractEntityWrapper>
 Typedef of AbstractEntityWrapperPtr as IceUtil::Handle<AbstractEntityWrapper> for convenience.
 
using GridFileManagerPtr = std::shared_ptr<GridFileManager>