|
BmnRoot
|
Class for describing a condition to search for necessary event metadata. More...
#include <EventCatalogue.h>
Public Member Functions | |
| EventCondition (searchAttributes attribute, matchCriteria condition) | |
| EventCondition (searchAttributes attribute, matchCriteria condition, int value) | |
| EventCondition (searchAttributes attribute, matchCriteria condition, unsigned int value) | |
| EventCondition (searchAttributes attribute, matchCriteria condition, double value) | |
| EventCondition (searchAttributes attribute, matchCriteria condition, string value) | |
| virtual | ~EventCondition () |
| EventCondition (searchAttributes attribute, matchCriteria condition) | |
| EventCondition (searchAttributes attribute, matchCriteria condition, int value) | |
| EventCondition (searchAttributes attribute, matchCriteria condition, unsigned int value) | |
| EventCondition (searchAttributes attribute, matchCriteria condition, double value) | |
| EventCondition (searchAttributes attribute, matchCriteria condition, string value) | |
| virtual | ~EventCondition () |
Class for describing a condition to search for necessary event metadata.
Definition at line 37 of file EventCatalogue.h.
enumeration for conditions, which can be used for matching with a specified value
| Enumerator | |
|---|---|
| kLess | |
| kLessOrEqual | |
| kEqual | |
| kNotEqual | |
| kGreater | |
| kGreaterOrEqual | |
| kLike | |
| kNull | |
| kNotNull | |
| kLess | |
| kLessOrEqual | |
| kEqual | |
| kNotEqual | |
| kGreater | |
| kGreaterOrEqual | |
| kLike | |
| kNull | |
| kNotNull | |
Definition at line 53 of file EventCatalogue.h.
enumeration for conditions, which can be used for matching with a specified value
| Enumerator | |
|---|---|
| kLess | |
| kLessOrEqual | |
| kEqual | |
| kNotEqual | |
| kGreater | |
| kGreaterOrEqual | |
| kLike | |
| kNull | |
| kNotNull | |
| kLess | |
| kLessOrEqual | |
| kEqual | |
| kNotEqual | |
| kGreater | |
| kGreaterOrEqual | |
| kLike | |
| kNull | |
| kNotNull | |
Definition at line 53 of file EventCatalogue.h.
enumeration for attributes, which can be used in searching event metadata
Definition at line 41 of file EventCatalogue.h.
enumeration for attributes, which can be used in searching event metadata
Definition at line 41 of file EventCatalogue.h.
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition | ||
| ) |
Create condition for searching event metadata
| [in] | attribute | Used for searching event metadata |
| [in] | condition | Defining the operation of comparison with the value |
| [in] | value | Used in the condition for the comparison (if required) |
Definition at line 28 of file EventCatalogue.cxx.
References EventCondition().
Referenced by EventCondition(), EventCondition(), EventCondition(), EventCondition(), and EventCondition().
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition, | ||
| int | value | ||
| ) |
Definition at line 34 of file EventCatalogue.cxx.
References EventCondition().
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition, | ||
| unsigned int | value | ||
| ) |
Definition at line 41 of file EventCatalogue.cxx.
References EventCondition().
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition, | ||
| double | value | ||
| ) |
Definition at line 48 of file EventCatalogue.cxx.
References EventCondition().
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition, | ||
| string | value | ||
| ) |
Definition at line 55 of file EventCatalogue.cxx.
References EventCondition().
|
inlinevirtual |
Definition at line 77 of file EventCatalogue.h.
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition | ||
| ) |
Create condition for searching event metadata
| [in] | attribute | Used for searching event metadata |
| [in] | condition | Defining the operation of comparison with the value |
| [in] | value | Used in the condition for the comparison (if required) |
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition, | ||
| int | value | ||
| ) |
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition, | ||
| unsigned int | value | ||
| ) |
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition, | ||
| double | value | ||
| ) |
| EventCondition::EventCondition | ( | searchAttributes | attribute, |
| matchCriteria | condition, | ||
| string | value | ||
| ) |
|
inlinevirtual |
Definition at line 77 of file EventCatalogue.h.