Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
Stokhos_DynamicArrayTraits.hpp File Reference
#include <new>
#include <cstring>
Include dependency graph for Stokhos_DynamicArrayTraits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Stokhos::IsScalarType< T >
 Base template specification for IsScalarType. More...
 
struct  Stokhos::ds_array< T, isScalar >
 Dynamic array allocation class that works for any type. More...
 
struct  Stokhos::ds_array< T, true >
 Dynamic array allocation class that is specialized for scalar i.e., fundamental or built-in types (float, double, etc...). More...
 

Namespaces

 Stokhos
 Top-level namespace for Stokhos classes and functions.
 

Macros

#define STOKHOS_BUILTIN_SPECIALIZATION(t)
 Specialization of above classes to built-in types. More...
 

Macro Definition Documentation

#define STOKHOS_BUILTIN_SPECIALIZATION (   t)
Value:
template <> struct IsScalarType< t > { \
static const bool value = true; \
};

Specialization of above classes to built-in types.

Definition at line 28 of file Stokhos_DynamicArrayTraits.hpp.