Intrepid
Public Types | Public Member Functions | Public Attributes | List of all members
ArrayWrapper< Scalar, ArrayType,-1, false > Struct Template Reference

Public Types

typedef Return_Type< ArrayType,
Scalar >::return_type 
rtype
 

Public Member Functions

 ArrayWrapper (ArrayType &view_)
 
int dimension (int i) const
 
int rank () const
 
rtype operator() (const int i0) const
 
rtype operator() (const int i0, const int i1) const
 
rtype operator() (const int i0, const int i1, const int i2) const
 
rtype operator() (const int i0, const int i1, const int i2, const int i3) const
 
rtype operator() (const int i0, const int i1, const int i2, const int i3, const int i4) const
 

Public Attributes

ArrayType & view
 
ArrayWrapper< Scalar,
ArrayType, 1, false > 
runtimewrapper1
 
ArrayWrapper< Scalar,
ArrayType, 2, false > 
runtimewrapper2
 
ArrayWrapper< Scalar,
ArrayType, 3, false > 
runtimewrapper3
 
ArrayWrapper< Scalar,
ArrayType, 4, false > 
runtimewrapper4
 
ArrayWrapper< Scalar,
ArrayType, 5, false > 
runtimewrapper5
 

Detailed Description

template<class Scalar, class ArrayType>
struct ArrayWrapper< Scalar, ArrayType,-1, false >

Definition at line 104 of file Intrepid_Rank.hpp.


The documentation for this struct was generated from the following file: