The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
NTupleItems.cpp File Reference
Include dependency graph for NTupleItems.cpp:

Go to the source code of this file.

Macros

#define INSTANTIATE(TYP)
 

Typedefs

typedef const std::string & CSTR
 
typedef const std::type_info & CTYPE
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE ( TYP)
Value:
template class NTuple::_Item<TYP>; \
template class NTuple::_Array<TYP>; \
template class NTuple::_Matrix<TYP>;
Abstract class describing a column-array in a N tuple.
Definition NTuple.h:159
Abstract class describing a column in a N tuple.
Definition NTuple.h:139
Abstract class describing a matrix column in a N tuple.
Definition NTuple.h:188

Definition at line 40 of file NTupleItems.cpp.

40#define INSTANTIATE( TYP ) \
41 template class NTuple::_Item<TYP>; \
42 template class NTuple::_Array<TYP>; \
43 template class NTuple::_Matrix<TYP>;

Typedef Documentation

◆ CSTR

typedef const std::string& CSTR

Definition at line 15 of file NTupleItems.cpp.

◆ CTYPE

typedef const std::type_info& CTYPE

Definition at line 16 of file NTupleItems.cpp.