LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
lci::endpoint_t Class Reference

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
 

Detailed Description

The actual implementation for RESOURCE endpoint.

Member Typedef Documentation

◆ attr_t

Constructor & Destructor Documentation

◆ endpoint_t() [1/2]

lci::endpoint_t::endpoint_t ( )
default
Here is the caller graph for this function:

◆ endpoint_t() [2/2]

lci::endpoint_t::endpoint_t ( void * p)
inline

Member Function Documentation

◆ get_attr()

endpoint_t::attr_t lci::endpoint_t::get_attr ( ) const

◆ get_attr_uid()

int lci::endpoint_t::get_attr_uid ( ) const

◆ get_attr_user_context()

void * lci::endpoint_t::get_attr_user_context ( ) const

◆ get_impl()

endpoint_impl_t * lci::endpoint_t::get_impl ( ) const
inline

◆ is_empty()

bool lci::endpoint_t::is_empty ( ) const
inline

◆ operator==()

bool lci::endpoint_t::operator== ( const endpoint_t & other) const
inline
Here is the call graph for this function:

◆ set_impl()

void lci::endpoint_t::set_impl ( endpoint_impl_t * p)
inline

Member Data Documentation

◆ p_impl

endpoint_impl_t* lci::endpoint_t::p_impl = nullptr

The documentation for this class was generated from the following files: