![]() |
The Gaudi Framework
v25r3
|
#include <GaudiKernel/PropertyVerifier.h>
Public Member Functions | |
BoundedVerifier () | |
Constructors. More... | |
virtual | ~BoundedVerifier () |
Destructor. More... | |
bool | isValid (const typename Gaudi::Utils::PropertyTypeTraits< T >::CVal value) const |
Check if the value is within bounds. More... | |
bool | hasLower () const |
Return if it has a lower bound. More... | |
bool | hasUpper () const |
Return if it has a lower bound. More... | |
const T & | lower () const |
Return the lower bound value. More... | |
const T & | upper () const |
Return the upper bound value. More... | |
void | setLower (const T &value) |
Set lower bound value. More... | |
void | setUpper (const T &value) |
Set upper bound value. More... | |
void | clearLower () |
Clear lower bound value. More... | |
void | clearUpper () |
Clear upper bound value. More... | |
void | setBounds (const T &lower, const T &upper) |
Set both bounds (lower and upper) at the same time. More... | |
void | clearBounds () |
Clear both bounds (lower and upper) at the same time. More... | |
template<> | |
bool | isValid (const Gaudi::Histo1DDef *value) const |
![]() | |
virtual | ~PropertyVerifier () |
Private Attributes | |
bool | m_hasLowerBound |
Data and Function Members for This Class Implementation. More... | |
bool | m_hasUpperBound |
T | m_lowerBound |
T | m_upperBound |
Definition at line 13 of file HistoProperty.h.
|
inline |
Constructors.
Definition at line 73 of file PropertyVerifier.h.
|
inlinevirtual |
|
inline |
Clear both bounds (lower and upper) at the same time.
Definition at line 116 of file PropertyVerifier.h.
|
inline |
Clear lower bound value.
Definition at line 104 of file PropertyVerifier.h.
|
inline |
|
inline |
Return if it has a lower bound.
Definition at line 91 of file PropertyVerifier.h.
|
inline |
|
inline |
Definition at line 26 of file HistoProperty.h.
|
inlinevirtual |
Check if the value is within bounds.
Implements PropertyVerifier< T >.
Definition at line 83 of file PropertyVerifier.h.
|
inline |
|
inline |
Set both bounds (lower and upper) at the same time.
Definition at line 109 of file PropertyVerifier.h.
|
inline |
Set lower bound value.
Definition at line 100 of file PropertyVerifier.h.
|
inline |
|
inline |
|
private |
Data and Function Members for This Class Implementation.
Data members
Definition at line 125 of file PropertyVerifier.h.
|
private |
Definition at line 126 of file PropertyVerifier.h.
|
private |
Definition at line 127 of file PropertyVerifier.h.
|
private |
Definition at line 128 of file PropertyVerifier.h.