Project Alice
Loading...
Searching...
No Matches
trigger::true_accumulator< F > Class Template Reference
Inheritance diagram for trigger::true_accumulator< F >:
Collaboration diagram for trigger::true_accumulator< F >:

Public Member Functions

 true_accumulator (F &&f)
 
void add_value (int32_t v)
 
void flush ()
 

Public Attributes

bool result = false
 

Detailed Description

template<typename F>
class trigger::true_accumulator< F >

Definition at line 259 of file triggers.cpp.

Constructor & Destructor Documentation

◆ true_accumulator()

template<typename F >
trigger::true_accumulator< F >::true_accumulator ( F &&  f)
inline

Definition at line 268 of file triggers.cpp.

Member Function Documentation

◆ add_value()

template<typename F >
void trigger::true_accumulator< F >::add_value ( int32_t  v)
inline

Definition at line 270 of file triggers.cpp.

Here is the call graph for this function:

◆ flush()

template<typename F >
void trigger::true_accumulator< F >::flush ( )
inline

Definition at line 283 of file triggers.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ result

template<typename F >
bool trigger::true_accumulator< F >::result = false

Definition at line 266 of file triggers.cpp.


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