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

The actual implementation for graph_node_mark_complete. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::graph_node_mark_complete_x:
[legend]

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

Detailed Description

The actual implementation for graph_node_mark_complete.

Constructor & Destructor Documentation

◆ graph_node_mark_complete_x()

lci::graph_node_mark_complete_x::graph_node_mark_complete_x ( graph_node_t node_in)
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

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

◆ call_impl()

void lci::graph_node_mark_complete_x::call_impl ( graph_node_t node,
status_t status,
runtime_t runtime ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ node()

graph_node_mark_complete_x && lci::graph_node_mark_complete_x::node ( graph_node_t node_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

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

◆ runtime()

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

◆ status()

graph_node_mark_complete_x && lci::graph_node_mark_complete_x::status ( status_t status_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_node

graph_node_t lci::graph_node_mark_complete_x::m_node

◆ m_runtime

option_t<runtime_t> lci::graph_node_mark_complete_x::m_runtime

◆ m_status

option_t<status_t> lci::graph_node_mark_complete_x::m_status

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