LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for RESOURCE comp. More...
#include <lci_binding_pre.hpp>
Public Types | |
using | attr_t = comp_attr_t |
Public Member Functions | |
attr_comp_type_t | get_attr_comp_type () const |
int | get_attr_sync_threshold () const |
bool | get_attr_zero_copy_am () const |
attr_cq_type_t | get_attr_cq_type () const |
int | get_attr_cq_default_length () const |
void * | get_attr_user_context () const |
attr_t | get_attr () const |
comp_t ()=default | |
comp_t (void *p) | |
bool | is_empty () const |
comp_impl_t * | get_impl () const |
void | set_impl (comp_impl_t *p) |
bool | operator== (const comp_t &other) const |
Public Attributes | |
comp_impl_t * | p_impl = nullptr |
The actual implementation for RESOURCE comp.
using lci::comp_t::attr_t = comp_attr_t |
|
default |
|
inline |
comp_t::attr_t lci::comp_t::get_attr | ( | ) | const |
attr_comp_type_t lci::comp_t::get_attr_comp_type | ( | ) | const |
int lci::comp_t::get_attr_cq_default_length | ( | ) | const |
attr_cq_type_t lci::comp_t::get_attr_cq_type | ( | ) | const |
int lci::comp_t::get_attr_sync_threshold | ( | ) | const |
void * lci::comp_t::get_attr_user_context | ( | ) | const |
bool lci::comp_t::get_attr_zero_copy_am | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
comp_impl_t* lci::comp_t::p_impl = nullptr |