LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for set_allocator. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
set_allocator_x (allocator_base_t *allocator_in) | |
set_allocator_x && | allocator (allocator_base_t *allocator_in) |
set_allocator_x && | runtime (runtime_t runtime_in) |
void | call_impl (allocator_base_t *allocator, runtime_t runtime) const |
void | call () const |
void | operator() () const |
Public Attributes | |
allocator_base_t * | m_allocator |
option_t< runtime_t > | m_runtime |
The actual implementation for set_allocator.
|
inline |
|
inline |
void lci::set_allocator_x::call | ( | ) | const |
void lci::set_allocator_x::call_impl | ( | allocator_base_t * | allocator, |
runtime_t | runtime ) const |
|
inline |
|
inline |
allocator_base_t* lci::set_allocator_x::m_allocator |