Trigger counter function to retrieve the current count of a certain trigger fired. The retrieved callable returns the amount of triggers on the target or source with name.
More...
#include <engine_function.h>
Inherits ddl::mapping::MapperElementBase< Function >.
Trigger counter function to retrieve the current count of a certain trigger fired. The retrieved callable returns the amount of triggers on the target or source with name.
◆ TriggerCounterFunction()
| ddl::mapping::TriggerCounterFunction::TriggerCounterFunction |
( |
std::string | name, |
|
|
Properties | properties ) |
CTOR.
- Parameters
-
| name | the name of the instance |
| properties | the properties for the instance |
◆ getCallable()
| std::shared_ptr< Callable > ddl::mapping::TriggerCounterFunction::getCallable |
( |
| ) |
const |
|
overridevirtual |
◆ getDefaultProperties()
| static Properties ddl::mapping::TriggerCounterFunction::getDefaultProperties |
( |
| ) |
|
|
inlinestatic |
◆ getDescription()
| Description ddl::mapping::TriggerCounterFunction::getDescription |
( |
| ) |
const |
|
overridevirtual |
◆ getType()
| static std::string ddl::mapping::TriggerCounterFunction::getType |
( |
| ) |
|
|
inlinestatic |
Get the Type as string to register within factory.
- Returns
- std::string
The documentation for this class was generated from the following file: