FindInstanceDataMixin< DerivedT > Struct Template Reference

#include <RobotAPI/libraries/armem/core/wm/detail/data_lookup_mixins.h>

Public Member Functions

aron::data::DictPtr findLatestInstanceData (const MemoryID &entityID, int instanceIndex=0) const
 
template<class AronDtoT>
std::optional< AronDtoT > findLatestInstanceDataAs (const MemoryID &entityID, int instanceIndex=0) const
 

Detailed Description

template<class DerivedT>
struct armarx::armem::wm::detail::FindInstanceDataMixin< DerivedT >

Definition at line 70 of file data_lookup_mixins.h.

Member Function Documentation

◆ findLatestInstanceData()

template<class DerivedT>
aron::data::DictPtr findLatestInstanceData ( const MemoryID & entityID,
int instanceIndex = 0 ) const
inline

Definition at line 74 of file data_lookup_mixins.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ findLatestInstanceDataAs()

template<class DerivedT>
template<class AronDtoT>
std::optional< AronDtoT > findLatestInstanceDataAs ( const MemoryID & entityID,
int instanceIndex = 0 ) const
inline

Definition at line 83 of file data_lookup_mixins.h.

+ Here is the call graph for this function:

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