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