proxygen
|
Static Public Member Functions | |
static void | s_op (data &, data *) |
static CV | s_top (data &) |
static any_constrained_executor< E, CV > | s_executor (data &) |
static void | s_submit (data &, CV, any_receiver< E, VN... >) |
Public Attributes | |
void(* | op_ )(data &, data *) = vtable::s_op |
CV(* | top_ )(data &) = vtable::s_top |
any_constrained_executor< E, CV >(* | executor_ )(data &) = vtable::s_executor |
void(* | submit_ )(data &, CV, any_receiver< E, VN... >) = vtable::s_submit |
Definition at line 36 of file constrained_single_sender.h.
|
inlinestatic |
Definition at line 39 of file constrained_single_sender.h.
|
inlinestatic |
Definition at line 37 of file constrained_single_sender.h.
|
inlinestatic |
Definition at line 40 of file constrained_single_sender.h.
|
inlinestatic |
Definition at line 38 of file constrained_single_sender.h.
any_constrained_executor<E, CV>(* folly::pushmi::any_constrained_single_sender< E, CV, VN >::vtable::executor_) (data &) = vtable::s_executor |
Definition at line 43 of file constrained_single_sender.h.
void(* folly::pushmi::any_constrained_single_sender< E, CV, VN >::vtable::op_) (data &, data *) = vtable::s_op |
Definition at line 41 of file constrained_single_sender.h.
Referenced by folly::pushmi::any_constrained_single_sender< E, TP, VN... >::any_constrained_single_sender().
void(* folly::pushmi::any_constrained_single_sender< E, CV, VN >::vtable::submit_) (data &, CV, any_receiver< E, VN... >) = vtable::s_submit |
Definition at line 44 of file constrained_single_sender.h.
CV(* folly::pushmi::any_constrained_single_sender< E, CV, VN >::vtable::top_) (data &) = vtable::s_top |
Definition at line 42 of file constrained_single_sender.h.