LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for graph_add_edge. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
graph_add_edge_x (comp_t comp_in, graph_node_t src_in, graph_node_t dst_in) | |
graph_add_edge_x && | comp (comp_t comp_in) |
graph_add_edge_x && | src (graph_node_t src_in) |
graph_add_edge_x && | dst (graph_node_t dst_in) |
graph_add_edge_x && | fn (graph_edge_run_cb_t fn_in) |
graph_add_edge_x && | runtime (runtime_t runtime_in) |
void | call_impl (comp_t comp, graph_node_t src, graph_node_t dst, graph_edge_run_cb_t fn, runtime_t runtime) const |
void | call () const |
void | operator() () const |
Public Attributes | |
comp_t | m_comp |
graph_node_t | m_src |
graph_node_t | m_dst |
option_t< graph_edge_run_cb_t > | m_fn |
option_t< runtime_t > | m_runtime |
The actual implementation for graph_add_edge.
|
inline |
void lci::graph_add_edge_x::call | ( | ) | const |
void lci::graph_add_edge_x::call_impl | ( | comp_t | comp, |
graph_node_t | src, | ||
graph_node_t | dst, | ||
graph_edge_run_cb_t | fn, | ||
runtime_t | runtime ) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
comp_t lci::graph_add_edge_x::m_comp |
graph_node_t lci::graph_add_edge_x::m_dst |
option_t<graph_edge_run_cb_t> lci::graph_add_edge_x::m_fn |
graph_node_t lci::graph_add_edge_x::m_src |