|
LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
The actual implementation for get_upacket. More...
#include <lci_binding_post.hpp>
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_t > | m_runtime |
| option_t< packet_pool_t > | m_packet_pool |
The actual implementation for get_upacket.
|
inline |
| void * lci::get_upacket_x::call | ( | ) | const |
| void * lci::get_upacket_x::call_impl | ( | runtime_t | runtime, |
| packet_pool_t | packet_pool ) const |
|
inline |
|
inline |
|
inline |
| option_t<packet_pool_t> lci::get_upacket_x::m_packet_pool |