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

The actual implementation for alloc_handler. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::alloc_handler_x:
[legend]

Public Member Functions

 alloc_handler_x (comp_handler_t handler_in)
 
alloc_handler_x && handler (comp_handler_t handler_in)
 
alloc_handler_x && runtime (runtime_t runtime_in)
 
alloc_handler_x && zero_copy_am (bool zero_copy_am_in)
 
alloc_handler_x && user_context (void *user_context_in)
 
comp_t call_impl (comp_handler_t handler, runtime_t runtime, bool zero_copy_am, void *user_context) const
 
comp_t call () const
 
comp_t operator() () const
 

Public Attributes

comp_handler_t m_handler
 
option_t< runtime_tm_runtime
 
option_t< bool > m_zero_copy_am
 
option_t< void * > m_user_context
 

Detailed Description

The actual implementation for alloc_handler.

Constructor & Destructor Documentation

◆ alloc_handler_x()

lci::alloc_handler_x::alloc_handler_x ( comp_handler_t handler_in)
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

comp_t lci::alloc_handler_x::call ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_impl()

comp_t lci::alloc_handler_x::call_impl ( comp_handler_t handler,
runtime_t runtime,
bool zero_copy_am,
void * user_context ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ handler()

alloc_handler_x && lci::alloc_handler_x::handler ( comp_handler_t handler_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

comp_t lci::alloc_handler_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ runtime()

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

◆ user_context()

alloc_handler_x && lci::alloc_handler_x::user_context ( void * user_context_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zero_copy_am()

alloc_handler_x && lci::alloc_handler_x::zero_copy_am ( bool zero_copy_am_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_handler

comp_handler_t lci::alloc_handler_x::m_handler

◆ m_runtime

option_t<runtime_t> lci::alloc_handler_x::m_runtime

◆ m_user_context

option_t<void*> lci::alloc_handler_x::m_user_context

◆ m_zero_copy_am

option_t<bool> lci::alloc_handler_x::m_zero_copy_am

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