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

The actual implementation for alloc_sync. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::alloc_sync_x:
[legend]

Public Member Functions

 alloc_sync_x ()
 
alloc_sync_x && runtime (runtime_t runtime_in)
 
alloc_sync_x && threshold (int threshold_in)
 
alloc_sync_x && zero_copy_am (bool zero_copy_am_in)
 
alloc_sync_x && user_context (void *user_context_in)
 
comp_t call_impl (runtime_t runtime, int threshold, bool zero_copy_am, void *user_context) const
 
comp_t call () const
 
comp_t operator() () const
 

Public Attributes

option_t< runtime_tm_runtime
 
option_t< int > m_threshold
 
option_t< bool > m_zero_copy_am
 
option_t< void * > m_user_context
 

Detailed Description

The actual implementation for alloc_sync.

Constructor & Destructor Documentation

◆ alloc_sync_x()

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

Member Function Documentation

◆ call()

comp_t lci::alloc_sync_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_sync_x::call_impl ( runtime_t runtime,
int threshold,
bool zero_copy_am,
void * user_context ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

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

◆ runtime()

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

◆ threshold()

alloc_sync_x && lci::alloc_sync_x::threshold ( int threshold_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ user_context()

alloc_sync_x && lci::alloc_sync_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_sync_x && lci::alloc_sync_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_runtime

option_t<runtime_t> lci::alloc_sync_x::m_runtime

◆ m_threshold

option_t<int> lci::alloc_sync_x::m_threshold

◆ m_user_context

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

◆ m_zero_copy_am

option_t<bool> lci::alloc_sync_x::m_zero_copy_am

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