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

The actual implementation for get_upacket. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::get_upacket_x:
[legend]

Public Member Functions

 get_upacket_x ()
 
get_upacket_x && runtime (runtime_t runtime_in)
 
get_upacket_x && packet_pool (packet_pool_t packet_pool_in)
 
void * call_impl (runtime_t runtime, packet_pool_t packet_pool) const
 
void * call () const
 
void * operator() () const
 

Public Attributes

option_t< runtime_tm_runtime
 
option_t< packet_pool_tm_packet_pool
 

Detailed Description

The actual implementation for get_upacket.

Constructor & Destructor Documentation

◆ get_upacket_x()

lci::get_upacket_x::get_upacket_x ( )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

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

◆ call_impl()

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

◆ operator()()

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

◆ packet_pool()

get_upacket_x && lci::get_upacket_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()

get_upacket_x && lci::get_upacket_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_packet_pool

option_t<packet_pool_t> lci::get_upacket_x::m_packet_pool

◆ m_runtime

option_t<runtime_t> lci::get_upacket_x::m_runtime

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