|
libcopp 2.3.1
|
#include <libcopp/utils/config/libcopp_build_features.h>#include <libcotask/impl/task_action_impl.h>

Go to the source code of this file.
Namespaces | |
| namespace | detail |
Typedefs | |
| using | placement_destroy_fn_t = void(*)(void *) |
Functions | |
| template<typename Ty > | |
| LIBCOPP_COTASK_API_HEAD_ONLY void | placement_destroy (void *selfp) |
| template<typename Ty > | |
| LIBCOPP_COTASK_API_HEAD_ONLY placement_destroy_fn_t | get_placement_destroy (task_action_functor< Ty > *) |
| template<typename Ty > | |
| LIBCOPP_COTASK_API_HEAD_ONLY placement_destroy_fn_t | get_placement_destroy (task_action_function< Ty > *) |
| template<typename Ty , typename Tc > | |
| LIBCOPP_COTASK_API_HEAD_ONLY placement_destroy_fn_t | get_placement_destroy (task_action_mem_function< Ty, Tc > *) |
| template<typename Ty > | |
| LIBCOPP_COTASK_API_HEAD_ONLY placement_destroy_fn_t | get_placement_destroy (Ty *) |
| using placement_destroy_fn_t = void (*)(void *) |
Definition at line 200 of file task_actions.h.
| LIBCOPP_COTASK_API_HEAD_ONLY placement_destroy_fn_t get_placement_destroy | ( | task_action_function< Ty > * | ) |
Definition at line 208 of file task_actions.h.
| LIBCOPP_COTASK_API_HEAD_ONLY placement_destroy_fn_t get_placement_destroy | ( | task_action_functor< Ty > * | ) |
Definition at line 203 of file task_actions.h.
Referenced by task< TCO_MACRO >::create_with_delegate().
| LIBCOPP_COTASK_API_HEAD_ONLY placement_destroy_fn_t get_placement_destroy | ( | task_action_mem_function< Ty, Tc > * | ) |
Definition at line 214 of file task_actions.h.
| LIBCOPP_COTASK_API_HEAD_ONLY placement_destroy_fn_t get_placement_destroy | ( | Ty * | ) |
Definition at line 219 of file task_actions.h.
| LIBCOPP_COTASK_API_HEAD_ONLY void placement_destroy | ( | void * | selfp | ) |
Definition at line 191 of file task_actions.h.