LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for register_rcomp. More...
#include <lci_binding_post.hpp>
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_t > | m_runtime |
option_t< rcomp_t > | m_rcomp |
The actual implementation for register_rcomp.
|
inline |
rcomp_t lci::register_rcomp_x::call | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
comp_t lci::register_rcomp_x::m_comp |