EntityBase< _EntitySnapshotT, _Derived >::UpdateResult Struct Reference

#include <RobotAPI/libraries/armem/core/base/EntityBase.h>

Public Member Functions

 UpdateResult ()=default
 

Public Attributes

armarx::armem::UpdateType entityUpdateType
 
MemoryID id
 
std::vector< EntitySnapshotTremovedSnapshots
 

Detailed Description

template<class _EntitySnapshotT, class _Derived>
struct armarx::armem::base::EntityBase< _EntitySnapshotT, _Derived >::UpdateResult

Definition at line 61 of file EntityBase.h.

Constructor & Destructor Documentation

◆ UpdateResult()

UpdateResult ( )
default

Member Data Documentation

◆ entityUpdateType

armarx::armem::UpdateType entityUpdateType

Definition at line 63 of file EntityBase.h.

◆ id

Definition at line 64 of file EntityBase.h.

◆ removedSnapshots

std::vector<EntitySnapshotT> removedSnapshots

Definition at line 65 of file EntityBase.h.


The documentation for this struct was generated from the following file: