![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
Class defining a range. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTuple.h>
Public Member Functions | |
| Range (TYP low, TYP upper) | |
| Standard constructor. More... | |
| Range (const Range< TYP > ©) | |
| Copy constructor. More... | |
| Range & | operator= (const Range< TYP > ©) |
| Adjust ranges. More... | |
| virtual | ~Range ()=default |
| Destructor. More... | |
| TYP | lower () const |
| Lower boundary of range. More... | |
| TYP | upper () const |
| Upper boundary of range. More... | |
| TYP | distance () const |
| Distance between lower and upper range. More... | |
| IOpaqueAddress * | min () |
| IOpaqueAddress * | max () |
Static Public Member Functions | |
| static TYP | min () |
| Minimal number of data. More... | |
| static TYP | max () |
| Maximal number of data. More... | |
Private Attributes | |
| TYP | m_lower |
| Lower boundary of range. More... | |
| TYP | m_upper |
| Upper boundary of range. More... | |
Class defining a range.
|
inline |
|
inline |
|
virtualdefault |
Destructor.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
private |
|
private |