LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for alloc_endpoint. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
alloc_endpoint_x () | |
alloc_endpoint_x && | runtime (runtime_t runtime_in) |
alloc_endpoint_x && | user_context (void *user_context_in) |
alloc_endpoint_x && | device (device_t device_in) |
endpoint_t | call_impl (runtime_t runtime, void *user_context, device_t device) const |
endpoint_t | call () const |
endpoint_t | operator() () const |
Public Attributes | |
option_t< runtime_t > | m_runtime |
option_t< void * > | m_user_context |
option_t< device_t > | m_device |
The actual implementation for alloc_endpoint.
|
inline |
endpoint_t lci::alloc_endpoint_x::call | ( | ) | const |
endpoint_t lci::alloc_endpoint_x::call_impl | ( | runtime_t | runtime, |
void * | user_context, | ||
device_t | device ) const |
|
inline |
|
inline |
|
inline |
|
inline |
option_t<void*> lci::alloc_endpoint_x::m_user_context |