#include <task_actions.h>
|
template<typename TR , typename TF > |
static LIBCOPP_COTASK_API_HEAD_ONLY int | call (TR(TF::*)(void *), TF &fn, void *priv_data) |
|
template<typename TR , typename TF > |
static LIBCOPP_COTASK_API_HEAD_ONLY int | call (TR(TF::*)(void *) const, const TF &fn, void *priv_data) |
|
template<typename TF > |
static LIBCOPP_COTASK_API_HEAD_ONLY int | call (int(TF::*)(void *), TF &fn, void *priv_data) |
|
template<typename TF > |
static LIBCOPP_COTASK_API_HEAD_ONLY int | call (int(TF::*)(void *) const, const TF &fn, void *priv_data) |
|
template<typename TR , typename TF > |
static LIBCOPP_COTASK_API_HEAD_ONLY int | call (TR(TF::*)(), TF &fn, void *) |
|
template<typename TR , typename TF > |
static LIBCOPP_COTASK_API_HEAD_ONLY int | call (TR(TF::*)() const, const TF &fn, void *) |
|
template<typename TF > |
static LIBCOPP_COTASK_API_HEAD_ONLY int | call (int(TF::*)(), TF &fn, void *) |
|
template<typename TF > |
static LIBCOPP_COTASK_API_HEAD_ONLY int | call (int(TF::*)() const, const TF &fn, void *) |
|
Definition at line 13 of file task_actions.h.
◆ call() [1/8]
template<typename TF >
static LIBCOPP_COTASK_API_HEAD_ONLY int detail::task_action_functor_check::call |
( |
int(TF::*)() const |
, |
|
|
const TF & |
fn, |
|
|
void * |
|
|
) |
| |
|
inlinestatic |
◆ call() [2/8]
template<typename TF >
static LIBCOPP_COTASK_API_HEAD_ONLY int detail::task_action_functor_check::call |
( |
int(TF::*)() |
, |
|
|
TF & |
fn, |
|
|
void * |
|
|
) |
| |
|
inlinestatic |
◆ call() [3/8]
template<typename TF >
static LIBCOPP_COTASK_API_HEAD_ONLY int detail::task_action_functor_check::call |
( |
int(TF::*)(void *) const |
, |
|
|
const TF & |
fn, |
|
|
void * |
priv_data |
|
) |
| |
|
inlinestatic |
◆ call() [4/8]
template<typename TF >
static LIBCOPP_COTASK_API_HEAD_ONLY int detail::task_action_functor_check::call |
( |
int(TF::*)(void *) |
, |
|
|
TF & |
fn, |
|
|
void * |
priv_data |
|
) |
| |
|
inlinestatic |
◆ call() [5/8]
template<typename TR , typename TF >
static LIBCOPP_COTASK_API_HEAD_ONLY int detail::task_action_functor_check::call |
( |
TR(TF::*)() const |
, |
|
|
const TF & |
fn, |
|
|
void * |
|
|
) |
| |
|
inlinestatic |
◆ call() [6/8]
template<typename TR , typename TF >
static LIBCOPP_COTASK_API_HEAD_ONLY int detail::task_action_functor_check::call |
( |
TR(TF::*)() |
, |
|
|
TF & |
fn, |
|
|
void * |
|
|
) |
| |
|
inlinestatic |
◆ call() [7/8]
template<typename TR , typename TF >
static LIBCOPP_COTASK_API_HEAD_ONLY int detail::task_action_functor_check::call |
( |
TR(TF::*)(void *) const |
, |
|
|
const TF & |
fn, |
|
|
void * |
priv_data |
|
) |
| |
|
inlinestatic |
◆ call() [8/8]
template<typename TR , typename TF >
static LIBCOPP_COTASK_API_HEAD_ONLY int detail::task_action_functor_check::call |
( |
TR(TF::*)(void *) |
, |
|
|
TF & |
fn, |
|
|
void * |
priv_data |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: