#include <PdgConditional.h>
|
| const std::variant< int, unsigned, std::function< bool(int)> > | m_condition |
Definition at line 16 of file PdgConditional.h.
◆ PdgConditional() [1/4]
| DerivationFramework::PdgConditional::PdgConditional |
( |
| ) |
|
Definition at line 10 of file PdgConditional.cxx.
11
12 }
const std::variant< int, unsigned, std::function< bool(int)> > m_condition
◆ PdgConditional() [2/4]
| DerivationFramework::PdgConditional::PdgConditional |
( |
int | pdgIntCode | ) |
|
◆ PdgConditional() [3/4]
| DerivationFramework::PdgConditional::PdgConditional |
( |
unsigned | equalInt | ) |
|
◆ PdgConditional() [4/4]
| DerivationFramework::PdgConditional::PdgConditional |
( |
std::function< bool(int)> | b | ) |
|
◆ operator==()
| bool DerivationFramework::PdgConditional::operator== |
( |
int | v | ) |
const |
◆ m_condition
| const std::variant<int, unsigned, std::function<bool(int)> > DerivationFramework::PdgConditional::m_condition |
|
private |
The documentation for this class was generated from the following files: