Home Previous Up Next Index

memoryx::EntityRefBase

Overview

class EntityRefBase extends ::armarx::VariantDataClass

Used By

EntityRefBaseList
EntityRefList
ActiveOacBase::getOacRef
ActiveOacBase::setOacRef
EntityMemorySegmentInterface::getEntityRefById
EntityMemorySegmentInterface::getEntityRefByName
equals
GraphNodeBase::addAdjacentNode
GraphNodeBase::getAdjacentNode
GraphNodeBase::getAdjacentNodeById
MemoryInterface::findEntityRefById
PredictionEntityBase::getPredictedProfilerMemorySnapshotRef
PredictionEntityBase::getProfilerMemorySnapshotRef
PredictionEntityBase::getSourceProfilerMemorySnapshotRef
PredictionEntityBase::setPredictedProfilerMemorySnapshotRef
PredictionEntityBase::setProfilerMemorySnapshotRef
PredictionEntityBase::setSourceProfilerMemorySnapshotRef
ProfilerTransitionBase::getSourceStateMemorySnapshotRef
ProfilerTransitionBase::getTargetStateMemorySnapshotRef
ProfilerTransitionBase::setSourceStateMemorySnapshotRef
ProfilerTransitionBase::setTargetStateMemorySnapshotRef
RelationSegmentInterface::getRelationsByEntityRef

Operation Index

getEntity
equals

Data Member Index

entityId
entityName
segmentName
memoryName
memory
segment

Operations

EntityBase getEntity()

bool equals(EntityRefBase other)

Data Members

string entityId;

string entityName;

string segmentName;

string memoryName;

MemoryInterface* memory;

EntityMemorySegmentInterface* segment;


Home Previous Up Next Index