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

The actual implementation for RESOURCE mr. More...

#include <lci_binding_pre.hpp>

Public Types

using attr_t = mr_attr_t
 

Public Member Functions

void * get_attr_user_context () const
 
attr_t get_attr () const
 
 mr_t ()=default
 
 mr_t (void *p)
 
bool is_empty () const
 
mr_impl_t * get_impl () const
 
void set_impl (mr_impl_t *p)
 
bool operator== (const mr_t &other) const
 

Public Attributes

mr_impl_t * p_impl = nullptr
 

Detailed Description

The actual implementation for RESOURCE mr.

Member Typedef Documentation

◆ attr_t

Constructor & Destructor Documentation

◆ mr_t() [1/2]

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

◆ mr_t() [2/2]

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

Member Function Documentation

◆ get_attr()

mr_t::attr_t lci::mr_t::get_attr ( ) const

◆ get_attr_user_context()

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

◆ get_impl()

mr_impl_t * lci::mr_t::get_impl ( ) const
inline

◆ is_empty()

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

◆ operator==()

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

◆ set_impl()

void lci::mr_t::set_impl ( mr_impl_t * p)
inline

Member Data Documentation

◆ p_impl

mr_impl_t* lci::mr_t::p_impl = nullptr

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