LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for alloc_graph. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
alloc_graph_x () | |
alloc_graph_x && | comp (comp_t comp_in) |
alloc_graph_x && | user_context (void *user_context_in) |
alloc_graph_x && | runtime (runtime_t runtime_in) |
comp_t | call_impl (comp_t comp, void *user_context, runtime_t runtime) const |
comp_t | call () const |
comp_t | operator() () const |
Public Attributes | |
option_t< comp_t > | m_comp |
option_t< void * > | m_user_context |
option_t< runtime_t > | m_runtime |
The actual implementation for alloc_graph.
|
inline |
comp_t lci::alloc_graph_x::call | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
option_t<void*> lci::alloc_graph_x::m_user_context |