LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for RESOURCE matching_engine. More...
#include <lci_binding_pre.hpp>
Public Types | |
using | attr_t = matching_engine_attr_t |
Public Member Functions | |
attr_matching_engine_type_t | get_attr_matching_engine_type () const |
void * | get_attr_user_context () const |
attr_t | get_attr () const |
matching_engine_t ()=default | |
matching_engine_t (void *p) | |
bool | is_empty () const |
matching_engine_impl_t * | get_impl () const |
void | set_impl (matching_engine_impl_t *p) |
bool | operator== (const matching_engine_t &other) const |
Public Attributes | |
matching_engine_impl_t * | p_impl = nullptr |
The actual implementation for RESOURCE matching_engine.
|
default |
|
inline |
matching_engine_t::attr_t lci::matching_engine_t::get_attr | ( | ) | const |
attr_matching_engine_type_t lci::matching_engine_t::get_attr_matching_engine_type | ( | ) | const |
void * lci::matching_engine_t::get_attr_user_context | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
matching_engine_impl_t* lci::matching_engine_t::p_impl = nullptr |