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

The actual implementation for alloc_matching_engine. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::alloc_matching_engine_x:
[legend]

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_tm_runtime
 
option_t< attr_matching_engine_type_tm_matching_engine_type
 
option_t< void * > m_user_context
 

Detailed Description

The actual implementation for alloc_matching_engine.

Constructor & Destructor Documentation

◆ alloc_matching_engine_x()

lci::alloc_matching_engine_x::alloc_matching_engine_x ( )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

matching_engine_t lci::alloc_matching_engine_x::call ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_impl()

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
Here is the call graph for this function:
Here is the caller graph for this function:

◆ matching_engine_type()

alloc_matching_engine_x && lci::alloc_matching_engine_x::matching_engine_type ( attr_matching_engine_type_t matching_engine_type_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

matching_engine_t lci::alloc_matching_engine_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ runtime()

alloc_matching_engine_x && lci::alloc_matching_engine_x::runtime ( runtime_t runtime_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ user_context()

alloc_matching_engine_x && lci::alloc_matching_engine_x::user_context ( void * user_context_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_matching_engine_type

option_t<attr_matching_engine_type_t> lci::alloc_matching_engine_x::m_matching_engine_type

◆ m_runtime

option_t<runtime_t> lci::alloc_matching_engine_x::m_runtime

◆ m_user_context

option_t<void*> lci::alloc_matching_engine_x::m_user_context

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