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

The actual implementation for register_rcomp. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::register_rcomp_x:
[legend]

Public Member Functions

 register_rcomp_x (comp_t comp_in)
 
register_rcomp_x && comp (comp_t comp_in)
 
register_rcomp_x && runtime (runtime_t runtime_in)
 
register_rcomp_x && rcomp (rcomp_t rcomp_in)
 
rcomp_t call_impl (comp_t comp, runtime_t runtime, rcomp_t rcomp) const
 
rcomp_t call () const
 
rcomp_t operator() () const
 

Public Attributes

comp_t m_comp
 
option_t< runtime_tm_runtime
 
option_t< rcomp_tm_rcomp
 

Detailed Description

The actual implementation for register_rcomp.

Constructor & Destructor Documentation

◆ register_rcomp_x()

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

Member Function Documentation

◆ call()

rcomp_t lci::register_rcomp_x::call ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_impl()

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

◆ comp()

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

◆ operator()()

rcomp_t lci::register_rcomp_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ rcomp()

register_rcomp_x && lci::register_rcomp_x::rcomp ( rcomp_t rcomp_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ runtime()

register_rcomp_x && lci::register_rcomp_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::register_rcomp_x::m_comp

◆ m_rcomp

option_t<rcomp_t> lci::register_rcomp_x::m_rcomp

◆ m_runtime

option_t<runtime_t> lci::register_rcomp_x::m_runtime

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