LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for free_matching_engine. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
free_matching_engine_x (matching_engine_t *matching_engine_in) | |
free_matching_engine_x && | matching_engine (matching_engine_t *matching_engine_in) |
free_matching_engine_x && | runtime (runtime_t runtime_in) |
void | call_impl (matching_engine_t *matching_engine, runtime_t runtime) const |
void | call () const |
void | operator() () const |
Public Attributes | |
matching_engine_t * | m_matching_engine |
option_t< runtime_t > | m_runtime |
The actual implementation for free_matching_engine.
|
inline |
void lci::free_matching_engine_x::call | ( | ) | const |
void lci::free_matching_engine_x::call_impl | ( | matching_engine_t * | matching_engine, |
runtime_t | runtime ) const |
|
inline |
|
inline |
|
inline |
matching_engine_t* lci::free_matching_engine_x::m_matching_engine |