#include <RobotAPI/libraries/armem/core/base/detail/lookup_mixins.h>
template<class DerivedT>
struct armarx::armem::base::detail::GetFindEntityMixin< DerivedT >
Definition at line 409 of file lookup_mixins.h.
◆ findEntity() [1/2]
auto* findEntity |
( |
const MemoryID & |
entityID | ) |
|
|
inline |
Find an entity.
- Parameters
-
- Returns
- The entity or nullptr if it is missing.
Definition at line 425 of file lookup_mixins.h.
◆ findEntity() [2/2]
const auto* findEntity |
( |
const MemoryID & |
entityID | ) |
const |
|
inline |
◆ getEntity() [1/2]
auto& getEntity |
( |
const MemoryID & |
entityID | ) |
|
|
inline |
Retrieve an entity.
- Parameters
-
- Returns
- The entity if it is found.
- Exceptions
-
Definition at line 445 of file lookup_mixins.h.
◆ getEntity() [2/2]
const auto& getEntity |
( |
const MemoryID & |
entityID | ) |
const |
|
inline |
◆ hasEntity()
bool hasEntity |
( |
const MemoryID & |
entityID | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: