LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for RESOURCE endpoint. More...
#include <lci_binding_pre.hpp>
Public Types | |
using | attr_t = endpoint_attr_t |
Public Member Functions | |
int | get_attr_uid () const |
void * | get_attr_user_context () const |
attr_t | get_attr () const |
endpoint_t ()=default | |
endpoint_t (void *p) | |
bool | is_empty () const |
endpoint_impl_t * | get_impl () const |
void | set_impl (endpoint_impl_t *p) |
bool | operator== (const endpoint_t &other) const |
Public Attributes | |
endpoint_impl_t * | p_impl = nullptr |
The actual implementation for RESOURCE endpoint.
|
default |
|
inline |
endpoint_t::attr_t lci::endpoint_t::get_attr | ( | ) | const |
int lci::endpoint_t::get_attr_uid | ( | ) | const |
void * lci::endpoint_t::get_attr_user_context | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
endpoint_impl_t* lci::endpoint_t::p_impl = nullptr |