Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
Teuchos_ExplicitInstantiationHelpers.hpp File Reference

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...
 

Detailed Description

Macros for helping to templated classes create explicit instantiations.

Definition in file Teuchos_ExplicitInstantiationHelpers.hpp.

Macro Definition Documentation

#define TEUCHOS_MACRO_TEMPLATE_INSTANT_REAL_SCALAR_TYPES (   MACRONAME)
Value:
TEUCHOS_MACRO_TEMPLATE_INSTANT_FLOAT(MACRONAME) \
TEUCHOS_MACRO_TEMPLATE_INSTANT_DOUBLE(MACRONAME)

Instantiate a macro template for the set of supported real scalar types.

Definition at line 129 of file Teuchos_ExplicitInstantiationHelpers.hpp.

#define TEUCHOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES (   MACRONAME)
Value:
TEUCHOS_MACRO_TEMPLATE_INSTANT_FLOAT(MACRONAME) \
TEUCHOS_MACRO_TEMPLATE_INSTANT_DOUBLE(MACRONAME) \
TEUCHOS_MACRO_TEMPLATE_INSTANT_COMPLEX_FLOAT(MACRONAME) \
TEUCHOS_MACRO_TEMPLATE_INSTANT_COMPLEX_DOUBLE(MACRONAME)

Instantiate a macro template for the set of supported real and complex scalar types.

Definition at line 137 of file Teuchos_ExplicitInstantiationHelpers.hpp.

#define TEUCHOS_CLASS_TEMPLATE_INSTANT_REAL_SCALAR_TYPES (   CLASSNAME)
Value:
TEUCHOS_CLASS_TEMPLATE_INSTANT_FLOAT(CLASSNAME) \
TEUCHOS_CLASS_TEMPLATE_INSTANT_DOUBLE(CLASSNAME)

Instantiate a class template for the set of supported real scalar types.

Definition at line 147 of file Teuchos_ExplicitInstantiationHelpers.hpp.

#define TEUCHOS_CLASS_TEMPLATE_INSTANT_SCALAR_TYPES (   CLASSNAME)
Value:
TEUCHOS_CLASS_TEMPLATE_INSTANT_FLOAT(CLASSNAME) \
TEUCHOS_CLASS_TEMPLATE_INSTANT_DOUBLE(CLASSNAME) \
TEUCHOS_CLASS_TEMPLATE_INSTANT_COMPLEX_FLOAT(CLASSNAME) \
TEUCHOS_CLASS_TEMPLATE_INSTANT_COMPLEX_DOUBLE(CLASSNAME)

Instantiate a class template for the set of supported real and complex scalar types.

Definition at line 155 of file Teuchos_ExplicitInstantiationHelpers.hpp.