LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for progress. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
progress_x () | |
progress_x && | runtime (runtime_t runtime_in) |
progress_x && | device (device_t device_in) |
progress_x && | endpoint (endpoint_t endpoint_in) |
error_t | call_impl (runtime_t runtime, device_t device, endpoint_t endpoint) const |
error_t | call () const |
error_t | operator() () const |
Public Attributes | |
option_t< runtime_t > | m_runtime |
option_t< device_t > | m_device |
option_t< endpoint_t > | m_endpoint |
The actual implementation for progress.
|
inline |
error_t lci::progress_x::call | ( | ) | const |
error_t lci::progress_x::call_impl | ( | runtime_t | runtime, |
device_t | device, | ||
endpoint_t | endpoint ) const |
|
inline |
|
inline |
|
inline |
|
inline |
option_t<endpoint_t> lci::progress_x::m_endpoint |