Go to the source code of this file.
template<typename myservice_t , typename param_t >
static void callInMainThreadSvc |
( |
myservice_t * |
host, |
|
|
param_t const & |
param |
|
) |
| |
|
static |
Definition at line 69 of file main_thread_callback.h.
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
Helper template used to easily access core services. Usage: static_api_ptr_t<myclass> api; api->doso...
void main_thread_callback_add |
( |
main_thread_callback::ptr |
ptr | ) |
|
Definition at line 8 of file main_thread_callback.cpp.
Helper template used to easily access core services. Usage: static_api_ptr_t<myclass> api; api->doso...
template<typename t_class >
static void main_thread_callback_spawn |
( |
| ) |
|
|
static |
Definition at line 29 of file main_thread_callback.h.
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
void main_thread_callback_add(main_thread_callback::ptr ptr)
template<typename t_class , typename t_param1 >
static void main_thread_callback_spawn |
( |
const t_param1 & |
p1 | ) |
|
|
static |
Definition at line 32 of file main_thread_callback.h.
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
void main_thread_callback_add(main_thread_callback::ptr ptr)
template<typename t_class , typename t_param1 , typename t_param2 >
static void main_thread_callback_spawn |
( |
const t_param1 & |
p1, |
|
|
const t_param2 & |
p2 |
|
) |
| |
|
static |
Definition at line 35 of file main_thread_callback.h.
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
void main_thread_callback_add(main_thread_callback::ptr ptr)