LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for alloc_matching_engine. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
alloc_matching_engine_x () | |
alloc_matching_engine_x && | runtime (runtime_t runtime_in) |
alloc_matching_engine_x && | matching_engine_type (attr_matching_engine_type_t matching_engine_type_in) |
alloc_matching_engine_x && | user_context (void *user_context_in) |
matching_engine_t | call_impl (runtime_t runtime, attr_matching_engine_type_t matching_engine_type, void *user_context) const |
matching_engine_t | call () const |
matching_engine_t | operator() () const |
Public Attributes | |
option_t< runtime_t > | m_runtime |
option_t< attr_matching_engine_type_t > | m_matching_engine_type |
option_t< void * > | m_user_context |
The actual implementation for alloc_matching_engine.
|
inline |
matching_engine_t lci::alloc_matching_engine_x::call | ( | ) | const |
matching_engine_t lci::alloc_matching_engine_x::call_impl | ( | runtime_t | runtime, |
attr_matching_engine_type_t | matching_engine_type, | ||
void * | user_context ) const |
|
inline |
|
inline |
|
inline |
|
inline |
option_t<attr_matching_engine_type_t> lci::alloc_matching_engine_x::m_matching_engine_type |
option_t<void*> lci::alloc_matching_engine_x::m_user_context |