Tool Libs
UMIT-TIROL Institute of Automation and Control Engineering library collection
 
Loading...
Searching...
No Matches
Schedule::Evented::Registry Struct Reference

registry of evented calls More...

#include <evented.h>

Inherits Schedule::Registry.

Collaboration diagram for Schedule::Evented::Registry:
[legend]

Public Member Functions

void call (Func::Call func)
 register function to be scheduled for calling on Event
 
template<typename T >
void call (T &base, typename Method< T >::Call method)
 register method to be scheduled for calling on Event
 
void call (Schedule::Schedulable *obj)
 register plain Schedulable
 

Detailed Description

registry of evented calls

Member Function Documentation

◆ call()

void Schedule::Evented::Registry::call ( Schedule::Schedulable obj)
inline

register plain Schedulable

moves the ownership of the Schedulable to this registry


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