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

The actual implementation for register_packet_pool. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::register_packet_pool_x:
[legend]

Public Member Functions

 register_packet_pool_x (packet_pool_t packet_pool_in, device_t device_in)
 
register_packet_pool_x && packet_pool (packet_pool_t packet_pool_in)
 
register_packet_pool_x && device (device_t device_in)
 
register_packet_pool_x && runtime (runtime_t runtime_in)
 
void call_impl (packet_pool_t packet_pool, device_t device, runtime_t runtime) const
 
void call () const
 
void operator() () const
 

Public Attributes

packet_pool_t m_packet_pool
 
device_t m_device
 
option_t< runtime_tm_runtime
 

Detailed Description

The actual implementation for register_packet_pool.

Constructor & Destructor Documentation

◆ register_packet_pool_x()

lci::register_packet_pool_x::register_packet_pool_x ( packet_pool_t packet_pool_in,
device_t device_in )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

void lci::register_packet_pool_x::call ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_impl()

void lci::register_packet_pool_x::call_impl ( packet_pool_t packet_pool,
device_t device,
runtime_t runtime ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ device()

register_packet_pool_x && lci::register_packet_pool_x::device ( device_t device_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

void lci::register_packet_pool_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ packet_pool()

register_packet_pool_x && lci::register_packet_pool_x::packet_pool ( packet_pool_t packet_pool_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ runtime()

register_packet_pool_x && lci::register_packet_pool_x::runtime ( runtime_t runtime_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_device

device_t lci::register_packet_pool_x::m_device

◆ m_packet_pool

packet_pool_t lci::register_packet_pool_x::m_packet_pool

◆ m_runtime

option_t<runtime_t> lci::register_packet_pool_x::m_runtime

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