LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for alloc_cq. More...
#include <lci_binding_post.hpp>
Public Member Functions | |
alloc_cq_x () | |
alloc_cq_x && | runtime (runtime_t runtime_in) |
alloc_cq_x && | default_length (int default_length_in) |
alloc_cq_x && | zero_copy_am (bool zero_copy_am_in) |
alloc_cq_x && | cq_type (attr_cq_type_t cq_type_in) |
alloc_cq_x && | user_context (void *user_context_in) |
comp_t | call_impl (runtime_t runtime, int default_length, bool zero_copy_am, attr_cq_type_t cq_type, void *user_context) const |
comp_t | call () const |
comp_t | operator() () const |
Public Attributes | |
option_t< runtime_t > | m_runtime |
option_t< int > | m_default_length |
option_t< bool > | m_zero_copy_am |
option_t< attr_cq_type_t > | m_cq_type |
option_t< void * > | m_user_context |
The actual implementation for alloc_cq.
|
inline |
comp_t lci::alloc_cq_x::call | ( | ) | const |
comp_t lci::alloc_cq_x::call_impl | ( | runtime_t | runtime, |
int | default_length, | ||
bool | zero_copy_am, | ||
attr_cq_type_t | cq_type, | ||
void * | user_context ) const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
option_t<attr_cq_type_t> lci::alloc_cq_x::m_cq_type |
option_t<int> lci::alloc_cq_x::m_default_length |
option_t<void*> lci::alloc_cq_x::m_user_context |
option_t<bool> lci::alloc_cq_x::m_zero_copy_am |