LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for graph_node_mark_complete. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
graph_node_mark_complete_x (graph_node_t node_in) | |
graph_node_mark_complete_x && | node (graph_node_t node_in) |
graph_node_mark_complete_x && | status (status_t status_in) |
graph_node_mark_complete_x && | runtime (runtime_t runtime_in) |
void | call_impl (graph_node_t node, status_t status, runtime_t runtime) const |
void | call () const |
void | operator() () const |
Public Attributes | |
graph_node_t | m_node |
option_t< status_t > | m_status |
option_t< runtime_t > | m_runtime |
The actual implementation for graph_node_mark_complete.
|
inline |
void lci::graph_node_mark_complete_x::call | ( | ) | const |
void lci::graph_node_mark_complete_x::call_impl | ( | graph_node_t | node, |
status_t | status, | ||
runtime_t | runtime ) const |
|
inline |
|
inline |
|
inline |
|
inline |
graph_node_t lci::graph_node_mark_complete_x::m_node |