#include <DataDescriptorMatcher.h>
Definition at line 260 of file DataDescriptorMatcher.h.
◆ Op
◆ DataDescriptorMatcher() [1/3]
o2::framework::data_matcher::DataDescriptorMatcher::DataDescriptorMatcher |
( |
DataDescriptorMatcher const & |
other | ) |
|
We treat all the nodes as values, hence we copy the contents mLeft and mRight into a new unique_ptr, if needed.
Definition at line 145 of file DataDescriptorMatcher.cxx.
◆ DataDescriptorMatcher() [2/3]
o2::framework::data_matcher::DataDescriptorMatcher::DataDescriptorMatcher |
( |
DataDescriptorMatcher && |
other | ) |
|
|
default |
◆ DataDescriptorMatcher() [3/3]
◆ ~DataDescriptorMatcher()
o2::framework::data_matcher::DataDescriptorMatcher::~DataDescriptorMatcher |
( |
| ) |
|
|
inlinedefault |
◆ getLeft() [1/2]
Node & o2::framework::data_matcher::DataDescriptorMatcher::getLeft |
( |
| ) |
|
|
inline |
◆ getLeft() [2/2]
Node const & o2::framework::data_matcher::DataDescriptorMatcher::getLeft |
( |
| ) |
const |
|
inline |
◆ getOp()
Op o2::framework::data_matcher::DataDescriptorMatcher::getOp |
( |
| ) |
const |
|
inline |
◆ getRight() [1/2]
Node & o2::framework::data_matcher::DataDescriptorMatcher::getRight |
( |
| ) |
|
|
inline |
◆ getRight() [2/2]
Node const & o2::framework::data_matcher::DataDescriptorMatcher::getRight |
( |
| ) |
const |
|
inline |
◆ match() [1/5]
bool o2::framework::data_matcher::DataDescriptorMatcher::match |
( |
char const * |
d, |
|
|
VariableContext & |
context |
|
) |
| const |
◆ match() [2/5]
- Returns
- true if the (sub-)query associated to this matcher will match the provided spec, false otherwise. FIXME: these are not really part of the DataDescriptorMatcher API and should really be relegated to external helpers...
-
true if the (sub-)query associated to this matcher will match the provided spec, false otherwise.
Definition at line 199 of file DataDescriptorMatcher.cxx.
◆ match() [3/5]
- Returns
- true if the (sub-)query associated to this matcher will match the provided spec, false otherwise.
Definition at line 214 of file DataDescriptorMatcher.cxx.
◆ match() [4/5]
◆ match() [5/5]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool o2::framework::data_matcher::DataDescriptorMatcher::operator== |
( |
DataDescriptorMatcher const & |
other | ) |
const |
◆ operator<< [1/2]
◆ operator<< [2/2]
The documentation for this class was generated from the following files: