|
Intrepid
|
#include <Intrepid_MiniTensor_Storage.h>
Public Types | |
| typedef T | value_type |
| typedef T * | pointer_type |
| typedef T & | reference_type |
| typedef T const * | const_pointer_type |
| typedef T const & | const_reference_type |
Public Member Functions | |
| Storage (Index const number_entries) | |
| T const & | operator[] (Index const i) const |
| T & | operator[] (Index const i) |
| Index | size () const |
| void | resize (Index const number_entries) |
| void | clear () |
| pointer_type | get_pointer () |
| const_pointer_type | get_const_pointer () const |
Static Public Attributes | |
| static bool const | IS_STATIC = true |
| static bool const | IS_DYNAMIC = false |
Private Member Functions | |
| Storage (Storage< T, N > const &s) | |
| Storage< T, N > & | operator= (Storage< T, N > const &s) |
Private Attributes | |
| T | storage_ [N] |
Base static storage class. Simple linear access memory model.
Definition at line 205 of file Intrepid_MiniTensor_Storage.h.
1.7.6.1