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

The actual implementation for RESOURCE device. More...

#include <lci_binding_pre.hpp>

Public Types

using attr_t = device_attr_t
 

Public Member Functions

size_t get_attr_net_max_sends () const
 
size_t get_attr_net_max_recvs () const
 
size_t get_attr_net_max_cqes () const
 
uint64_t get_attr_ofi_lock_mode () const
 
bool get_attr_alloc_default_endpoint () const
 
int get_attr_uid () const
 
attr_ibv_td_strategy_t get_attr_ibv_td_strategy () const
 
void * get_attr_user_context () const
 
attr_t get_attr () const
 
 device_t ()=default
 
 device_t (void *p)
 
bool is_empty () const
 
device_impl_t * get_impl () const
 
void set_impl (device_impl_t *p)
 
bool operator== (const device_t &other) const
 

Public Attributes

device_impl_t * p_impl = nullptr
 

Detailed Description

The actual implementation for RESOURCE device.

Member Typedef Documentation

◆ attr_t

Constructor & Destructor Documentation

◆ device_t() [1/2]

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

◆ device_t() [2/2]

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

Member Function Documentation

◆ get_attr()

device_t::attr_t lci::device_t::get_attr ( ) const

◆ get_attr_alloc_default_endpoint()

bool lci::device_t::get_attr_alloc_default_endpoint ( ) const

◆ get_attr_ibv_td_strategy()

attr_ibv_td_strategy_t lci::device_t::get_attr_ibv_td_strategy ( ) const

◆ get_attr_net_max_cqes()

size_t lci::device_t::get_attr_net_max_cqes ( ) const

◆ get_attr_net_max_recvs()

size_t lci::device_t::get_attr_net_max_recvs ( ) const

◆ get_attr_net_max_sends()

size_t lci::device_t::get_attr_net_max_sends ( ) const

◆ get_attr_ofi_lock_mode()

uint64_t lci::device_t::get_attr_ofi_lock_mode ( ) const

◆ get_attr_uid()

int lci::device_t::get_attr_uid ( ) const

◆ get_attr_user_context()

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

◆ get_impl()

device_impl_t * lci::device_t::get_impl ( ) const
inline

◆ is_empty()

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

◆ operator==()

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

◆ set_impl()

void lci::device_t::set_impl ( device_impl_t * p)
inline

Member Data Documentation

◆ p_impl

device_impl_t* lci::device_t::p_impl = nullptr

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