Go to the source code of this file.
|
| typedef const std::string & | CSTR |
| |
| typedef const std::type_info & | CTYPE |
| |
◆ INSTANTIATE
| #define INSTANTIATE |
( |
| TYP | ) |
|
Value:
Abstract class describing a column-array in a N tuple.
Abstract class describing a column in a N tuple.
Abstract class describing a matrix column in a N tuple.
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>;
◆ CSTR
| typedef const std::string& CSTR |
◆ CTYPE
| typedef const std::type_info& CTYPE |