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

Public Types

typedef Return_Type< ArrayType,
Scalar >::const_return_type 
rtype
 

Public Member Functions

 ArrayWrapper (const 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

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

Detailed Description

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

Definition at line 318 of file Intrepid_Rank.hpp.


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