ForEachEntitySnapshotMixin< DerivedT > Struct Template Reference

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

+ Inheritance diagram for ForEachEntitySnapshotMixin< DerivedT >:

Public Member Functions

template<class SnapshotFunctionT>
bool forEachSnapshot (SnapshotFunctionT &&func)
 
template<class SnapshotFunctionT>
bool forEachSnapshot (SnapshotFunctionT &&func) const
 

Detailed Description

template<class DerivedT>
struct armarx::armem::base::detail::ForEachEntitySnapshotMixin< DerivedT >

Definition at line 226 of file iteration_mixins.h.

Member Function Documentation

◆ forEachSnapshot() [1/2]

template<class DerivedT>
template<class SnapshotFunctionT>
bool forEachSnapshot ( SnapshotFunctionT && func)
inline
Parameters
funcFunction like: bool process(EntitySnapshotT& snapshot)>

Definition at line 233 of file iteration_mixins.h.

+ Here is the call graph for this function:

◆ forEachSnapshot() [2/2]

template<class DerivedT>
template<class SnapshotFunctionT>
bool forEachSnapshot ( SnapshotFunctionT && func) const
inline
Parameters
funcFunction like: bool process(const EntitySnapshotT& snapshot)

Definition at line 244 of file iteration_mixins.h.

+ Here is the call graph for this function:

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