All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
NTuple::Range< bool > Class Template Reference

#include <GaudiKernel/NTuple.h>

Public Member Functions

 Range (const bool, const bool)
 Standard constructor. More...
 
 Range (const Range< bool > &)
 Copy constructor. More...
 
virtual ~Range ()
 Destructor. More...
 
bool lower () const
 Lower boundary of range. More...
 
bool upper () const
 Upper boundary of range. More...
 
bool distance () const
 Distance between lower and upper range. More...
 

Static Public Member Functions

static bool min ()
 Minimal number of data. More...
 
static bool max ()
 Maximal number of data. More...
 

Detailed Description

template<>
class NTuple::Range< bool >

Definition at line 82 of file NTuple.h.

Constructor & Destructor Documentation

NTuple::Range< bool >::Range ( const bool  ,
const bool   
)
inline

Standard constructor.

Definition at line 86 of file NTuple.h.

86 {}
NTuple::Range< bool >::Range ( const Range< bool > &  )
inline

Copy constructor.

Definition at line 88 of file NTuple.h.

88 {}
virtual NTuple::Range< bool >::~Range ( )
inlinevirtual

Destructor.

Definition at line 90 of file NTuple.h.

90 { }

Member Function Documentation

bool NTuple::Range< bool >::distance ( ) const
inline

Distance between lower and upper range.

Definition at line 96 of file NTuple.h.

96 { return true; }
bool NTuple::Range< bool >::lower ( ) const
inline

Lower boundary of range.

Definition at line 92 of file NTuple.h.

92 { return false; }
static bool NTuple::Range< bool >::max ( )
inlinestatic

Maximal number of data.

Definition at line 100 of file NTuple.h.

100 { return true; }
static bool NTuple::Range< bool >::min ( )
inlinestatic

Minimal number of data.

Definition at line 98 of file NTuple.h.

98 { return false; }
bool NTuple::Range< bool >::upper ( ) const
inline

Upper boundary of range.

Definition at line 94 of file NTuple.h.

94 { return true; }

The documentation for this class was generated from the following file: