#include <NTuple.h>
Public Member Functions | |
| Range (const bool, const bool) | |
| Standard constructor. | |
| Range (const Range< bool > &) | |
| Copy constructor. | |
| virtual | ~Range () |
| Destructor. | |
| bool | lower () const |
| Lower boundary of range. | |
| bool | upper () const |
| Upper boundary of range. | |
| bool | distance () const |
| Distance between lower and upper range. | |
Static Public Member Functions | |
| static bool | min () |
| Minimal number of data. | |
| static bool | max () |
| Maximal number of data. | |
Definition at line 82 of file NTuple.h.
| NTuple::Range< bool >::Range | ( | const | bool, | |
| const | bool | |||
| ) | [inline] |
| NTuple::Range< bool >::Range | ( | const Range< bool > & | ) | [inline] |
| virtual NTuple::Range< bool >::~Range | ( | ) | [inline, virtual] |
| bool NTuple::Range< bool >::lower | ( | ) | const [inline] |
| bool NTuple::Range< bool >::upper | ( | ) | const [inline] |
| bool NTuple::Range< bool >::distance | ( | ) | const [inline] |
| static bool NTuple::Range< bool >::min | ( | ) | [inline, static] |
| static bool NTuple::Range< bool >::max | ( | ) | [inline, static] |
1.4.7