LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
lci::graph_add_edge_x Class Reference

The actual implementation for graph_add_edge. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::graph_add_edge_x:
[legend]

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_tm_fn
 
option_t< runtime_tm_runtime
 

Detailed Description

The actual implementation for graph_add_edge.

Constructor & Destructor Documentation

◆ graph_add_edge_x()

lci::graph_add_edge_x::graph_add_edge_x ( comp_t comp_in,
graph_node_t src_in,
graph_node_t dst_in )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

void lci::graph_add_edge_x::call ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_impl()

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
Here is the call graph for this function:
Here is the caller graph for this function:

◆ comp()

graph_add_edge_x && lci::graph_add_edge_x::comp ( comp_t comp_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ dst()

graph_add_edge_x && lci::graph_add_edge_x::dst ( graph_node_t dst_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fn()

graph_add_edge_x && lci::graph_add_edge_x::fn ( graph_edge_run_cb_t fn_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

void lci::graph_add_edge_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ runtime()

graph_add_edge_x && lci::graph_add_edge_x::runtime ( runtime_t runtime_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ src()

graph_add_edge_x && lci::graph_add_edge_x::src ( graph_node_t src_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_comp

comp_t lci::graph_add_edge_x::m_comp

◆ m_dst

graph_node_t lci::graph_add_edge_x::m_dst

◆ m_fn

option_t<graph_edge_run_cb_t> lci::graph_add_edge_x::m_fn

◆ m_runtime

option_t<runtime_t> lci::graph_add_edge_x::m_runtime

◆ m_src

graph_node_t lci::graph_add_edge_x::m_src

The documentation for this class was generated from the following files: