#include <string>#include <climits>#include <cfloat>#include "GaudiKernel/DataTypeInfo.h"#include "GaudiKernel/DataObject.h"#include "GaudiKernel/INTuple.h"#include "GaudiKernel/MsgStream.h"Go to the source code of this file.
Namespaces | |
| namespace | NTuple |
Defines | |
| #define | DECL_MINMAX(true_typ,minimum,maximum) |
| Unfortunately this is necessary, because GCC dous not support <limits>. More... | |
Typedefs | |
| typedef SmartDataPtr<NTuple::Tuple> | NTuplePtr |
| typedef SmartDataPtr<NTuple::Directory> | NTupleDirPtr |
| typedef SmartDataPtr<NTuple::File> | NTupleFilePtr |
Functions | |
| template<classT> MsgStream& | operator<< (MsgStream& s, const NTuple::Item<T>& obj) |
| template<classT> std::ostream& | operator<< (std::ostream& s, const NTuple::Item<T>& obj) |
|
|
Initializer: \
template <> inline const true_typ Range<true_typ>::min() { \
return minimum; \
} \
template <> inline const true_typ Range<true_typ>::max() { \
return maximum; \
}
|
|
|
|
|
|
|
|
|
|
|
||||||
|
|
|
||||||
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000