Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
ArrayPolicies.hpp File Reference
#include <LibUtilities/BasicConst/NektarUnivTypeDefs.hpp>
#include <LibUtilities/Memory/NekMemoryManager.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/multi_array.hpp>
#include <boost/bind.hpp>
Include dependency graph for ArrayPolicies.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Nektar::ArrayInitializationPolicy< ObjectType, typename boost::enable_if< boost::is_fundamental< ObjectType > >::type >
class  Nektar::ArrayInitializationPolicy< ObjectType, typename boost::disable_if< boost::is_fundamental< ObjectType > >::type >
class  Nektar::ArrayDestructionPolicy< ObjectType, typename boost::enable_if< boost::is_fundamental< ObjectType > >::type >
class  Nektar::ArrayDestructionPolicy< ObjectType, typename boost::disable_if< boost::is_fundamental< ObjectType > >::type >

Namespaces

namespace  Nektar
 <

Functions

template<typename DataType >
void Nektar::DeleteStorage (DataType *data, unsigned int num)
template<typename Dim , typename DataType , typename ExtentListType >
boost::shared_ptr
< boost::multi_array_ref
< DataType, Dim::Value > > 
Nektar::CreateStorage (const ExtentListType &extent)
template<typename DataType >
boost::shared_ptr
< boost::multi_array_ref
< DataType, 1 > > 
Nektar::CreateStorage (unsigned int d1)
template<typename DataType >
boost::shared_ptr
< boost::multi_array_ref
< DataType, 2 > > 
Nektar::CreateStorage (unsigned int d1, unsigned int d2)
template<typename DataType >
boost::shared_ptr
< boost::multi_array_ref
< DataType, 3 > > 
Nektar::CreateStorage (unsigned int d1, unsigned int d2, unsigned int d3)