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

Public Member Functions

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

Public Attributes

bool result = true
 

Detailed Description

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

Definition at line 292 of file triggers.cpp.

Constructor & Destructor Documentation

◆ false_accumulator()

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

Definition at line 301 of file triggers.cpp.

Member Function Documentation

◆ add_value()

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

Definition at line 303 of file triggers.cpp.

Here is the call graph for this function:

◆ flush()

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

Definition at line 316 of file triggers.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ result

template<typename F >
bool trigger::false_accumulator< F >::result = true

Definition at line 299 of file triggers.cpp.


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