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

The actual implementation for alloc_graph. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::alloc_graph_x:
[legend]

Public Member Functions

 alloc_graph_x ()
 
alloc_graph_x && comp (comp_t comp_in)
 
alloc_graph_x && user_context (void *user_context_in)
 
alloc_graph_x && runtime (runtime_t runtime_in)
 
comp_t call_impl (comp_t comp, void *user_context, runtime_t runtime) const
 
comp_t call () const
 
comp_t operator() () const
 

Public Attributes

option_t< comp_tm_comp
 
option_t< void * > m_user_context
 
option_t< runtime_tm_runtime
 

Detailed Description

The actual implementation for alloc_graph.

Constructor & Destructor Documentation

◆ alloc_graph_x()

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

Member Function Documentation

◆ call()

comp_t lci::alloc_graph_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_graph_x::call_impl ( comp_t comp,
void * user_context,
runtime_t runtime ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ comp()

alloc_graph_x && lci::alloc_graph_x::comp ( comp_t comp_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

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

◆ runtime()

alloc_graph_x && lci::alloc_graph_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_graph_x && lci::alloc_graph_x::user_context ( void * user_context_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_comp

option_t<comp_t> lci::alloc_graph_x::m_comp

◆ m_runtime

option_t<runtime_t> lci::alloc_graph_x::m_runtime

◆ m_user_context

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

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