LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
lci::matching_engine_t Class Reference

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
 

Detailed Description

The actual implementation for RESOURCE matching_engine.

Member Typedef Documentation

◆ attr_t

Constructor & Destructor Documentation

◆ matching_engine_t() [1/2]

lci::matching_engine_t::matching_engine_t ( )
default
Here is the caller graph for this function:

◆ matching_engine_t() [2/2]

lci::matching_engine_t::matching_engine_t ( void * p)
inline

Member Function Documentation

◆ get_attr()

matching_engine_t::attr_t lci::matching_engine_t::get_attr ( ) const

◆ get_attr_matching_engine_type()

attr_matching_engine_type_t lci::matching_engine_t::get_attr_matching_engine_type ( ) const

◆ get_attr_user_context()

void * lci::matching_engine_t::get_attr_user_context ( ) const

◆ get_impl()

matching_engine_impl_t * lci::matching_engine_t::get_impl ( ) const
inline

◆ is_empty()

bool lci::matching_engine_t::is_empty ( ) const
inline

◆ operator==()

bool lci::matching_engine_t::operator== ( const matching_engine_t & other) const
inline
Here is the call graph for this function:

◆ set_impl()

void lci::matching_engine_t::set_impl ( matching_engine_impl_t * p)
inline

Member Data Documentation

◆ p_impl

matching_engine_impl_t* lci::matching_engine_t::p_impl = nullptr

The documentation for this class was generated from the following files: