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

The actual implementation for RESOURCE packet_pool. More...

#include <lci_binding_pre.hpp>

Public Types

using attr_t = packet_pool_attr_t
 

Public Member Functions

size_t get_attr_packet_size () const
 
size_t get_attr_npackets () const
 
void * get_attr_user_context () const
 
attr_t get_attr () const
 
 packet_pool_t ()=default
 
 packet_pool_t (void *p)
 
bool is_empty () const
 
packet_pool_impl_t * get_impl () const
 
void set_impl (packet_pool_impl_t *p)
 
bool operator== (const packet_pool_t &other) const
 

Public Attributes

packet_pool_impl_t * p_impl = nullptr
 

Detailed Description

The actual implementation for RESOURCE packet_pool.

Member Typedef Documentation

◆ attr_t

Constructor & Destructor Documentation

◆ packet_pool_t() [1/2]

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

◆ packet_pool_t() [2/2]

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

Member Function Documentation

◆ get_attr()

packet_pool_t::attr_t lci::packet_pool_t::get_attr ( ) const

◆ get_attr_npackets()

size_t lci::packet_pool_t::get_attr_npackets ( ) const

◆ get_attr_packet_size()

size_t lci::packet_pool_t::get_attr_packet_size ( ) const

◆ get_attr_user_context()

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

◆ get_impl()

packet_pool_impl_t * lci::packet_pool_t::get_impl ( ) const
inline

◆ is_empty()

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

◆ operator==()

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

◆ set_impl()

void lci::packet_pool_t::set_impl ( packet_pool_impl_t * p)
inline

Member Data Documentation

◆ p_impl

packet_pool_impl_t* lci::packet_pool_t::p_impl = nullptr

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