The basic operation to be stored in the vtable.
More...
#include <entity.h>
|
template<typename DERIVED , typename OPERATION_IMPL > |
RETURN_TYPE | Hook (PLUGIN &t_plugin, CEntity &c_entity) |
|
|
template<typename DERIVED , typename OPERATION_IMPL > |
RETURN_TYPE | Dispatch (PLUGIN &t_plugin, CEntity &c_entity) |
|
template<typename LABEL, typename PLUGIN, typename RETURN_TYPE>
class argos::CEntityOperation< LABEL, PLUGIN, RETURN_TYPE >
The basic operation to be stored in the vtable.
Definition at line 278 of file entity.h.
◆ Dispatch()
template<typename LABEL , typename PLUGIN , typename RETURN_TYPE >
template<typename DERIVED , typename OPERATION_IMPL >
◆ Hook()
template<typename LABEL , typename PLUGIN , typename RETURN_TYPE >
template<typename DERIVED , typename OPERATION_IMPL >
The documentation for this class was generated from the following file: