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

The actual implementation for counter_set. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::counter_set_x:
[legend]

Public Member Functions

 counter_set_x (comp_t comp_in, int64_t value_in)
 
counter_set_x && comp (comp_t comp_in)
 
counter_set_x && value (int64_t value_in)
 
counter_set_x && runtime (runtime_t runtime_in)
 
void call_impl (comp_t comp, int64_t value, runtime_t runtime) const
 
void call () const
 
void operator() () const
 

Public Attributes

comp_t m_comp
 
int64_t m_value
 
option_t< runtime_tm_runtime
 

Detailed Description

The actual implementation for counter_set.

Constructor & Destructor Documentation

◆ counter_set_x()

lci::counter_set_x::counter_set_x ( comp_t comp_in,
int64_t value_in )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

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

◆ call_impl()

void lci::counter_set_x::call_impl ( comp_t comp,
int64_t value,
runtime_t runtime ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ comp()

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

◆ operator()()

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

◆ runtime()

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

◆ value()

counter_set_x && lci::counter_set_x::value ( int64_t value_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_comp

comp_t lci::counter_set_x::m_comp

◆ m_runtime

option_t<runtime_t> lci::counter_set_x::m_runtime

◆ m_value

int64_t lci::counter_set_x::m_value

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