ForEachEntityMixin< DerivedT > Struct Template Reference

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

+ Inheritance diagram for ForEachEntityMixin< DerivedT >:

Public Member Functions

template<class FunctionT>
bool forEachEntity (FunctionT &&func)
 
template<class FunctionT>
bool forEachEntity (FunctionT &&func) const
 

Detailed Description

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

Definition at line 252 of file iteration_mixins.h.

Member Function Documentation

◆ forEachEntity() [1/2]

template<class DerivedT>
template<class FunctionT>
bool forEachEntity ( FunctionT && func)
inline
Parameters
funcFunction like: bool process(EntityT& entity)>

Definition at line 259 of file iteration_mixins.h.

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

◆ forEachEntity() [2/2]

template<class DerivedT>
template<class FunctionT>
bool forEachEntity ( FunctionT && func) const
inline
Parameters
funcFunction like: bool process(const EntityT& entity)

Definition at line 271 of file iteration_mixins.h.

+ Here is the call graph for this function:

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