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

The actual implementation for graph_test. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::graph_test_x:
[legend]

Public Member Functions

 graph_test_x (comp_t comp_in)
 
graph_test_x && comp (comp_t comp_in)
 
graph_test_x && runtime (runtime_t runtime_in)
 
status_t call_impl (comp_t comp, runtime_t runtime) const
 
status_t call () const
 
status_t operator() () const
 

Public Attributes

comp_t m_comp
 
option_t< runtime_tm_runtime
 

Detailed Description

The actual implementation for graph_test.

Constructor & Destructor Documentation

◆ graph_test_x()

lci::graph_test_x::graph_test_x ( comp_t comp_in)
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

status_t lci::graph_test_x::call ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_impl()

status_t lci::graph_test_x::call_impl ( comp_t comp,
runtime_t runtime ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ comp()

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

◆ operator()()

status_t lci::graph_test_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ runtime()

graph_test_x && lci::graph_test_x::runtime ( runtime_t runtime_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_test_x::m_comp

◆ m_runtime

option_t<runtime_t> lci::graph_test_x::m_runtime

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