Teuchos - Trilinos Tools Package
Version of the Day
|
Macros for helping to templated classes create explicit instantiations. More...
#include "Teuchos_ConfigDefs.hpp"
Go to the source code of this file.
Macros | |
#define | TEUCHOS_MACRO_TEMPLATE_INSTANT_REAL_SCALAR_TYPES(MACRONAME) |
Instantiate a macro template for the set of supported real scalar types. More... | |
#define | TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(MACRONAME) |
Instantiate a macro template for the set of supported real and complex scalar types. More... | |
#define | TEUCHOS_CLASS_TEMPLATE_INSTANT_REAL_SCALAR_TYPES(CLASSNAME) |
Instantiate a class template for the set of supported real scalar types. More... | |
#define | TEUCHOS_CLASS_TEMPLATE_INSTANT_SCALAR_TYPES(CLASSNAME) |
Instantiate a class template for the set of supported real and complex scalar types. More... | |
Macros for helping to templated classes create explicit instantiations.
Definition in file Teuchos_ExplicitInstantiationHelpers.hpp.
#define TEUCHOS_MACRO_TEMPLATE_INSTANT_REAL_SCALAR_TYPES | ( | MACRONAME | ) |
Instantiate a macro template for the set of supported real scalar types.
Definition at line 118 of file Teuchos_ExplicitInstantiationHelpers.hpp.
#define TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES | ( | MACRONAME | ) |
Instantiate a macro template for the set of supported real and complex scalar types.
Definition at line 126 of file Teuchos_ExplicitInstantiationHelpers.hpp.
#define TEUCHOS_CLASS_TEMPLATE_INSTANT_REAL_SCALAR_TYPES | ( | CLASSNAME | ) |
Instantiate a class template for the set of supported real scalar types.
Definition at line 136 of file Teuchos_ExplicitInstantiationHelpers.hpp.
#define TEUCHOS_CLASS_TEMPLATE_INSTANT_SCALAR_TYPES | ( | CLASSNAME | ) |
Instantiate a class template for the set of supported real and complex scalar types.
Definition at line 144 of file Teuchos_ExplicitInstantiationHelpers.hpp.