|
Schnek
|


Public Types | |
| typedef SingleArrayGridCOrderStorageBase< T, rank, SingleArrayLazyAllocation > | BaseType |
| typedef BaseType::IndexType | IndexType |
Public Types inherited from schnek::SingleArrayGridCOrderStorageBase< T, rank, SingleArrayLazyAllocation > | |
| typedef SingleArrayGridStorageBase< T, rank, SingleArrayLazyAllocation > | BaseType |
| typedef BaseType::IndexType | IndexType |
Public Types inherited from schnek::SingleArrayGridStorageBase< T, rank, SingleArrayLazyAllocation > | |
| typedef Array< int, rank > | IndexType |
Public Types inherited from schnek::SingleArrayLazyAllocation< T, rank > | |
| typedef Array< int, rank > | IndexType |
Public Member Functions | |
| LazyArrayGridStorage (const IndexType &low_, const IndexType &high_) | |
Public Member Functions inherited from schnek::SingleArrayGridCOrderStorageBase< T, rank, SingleArrayLazyAllocation > | |
| SingleArrayGridCOrderStorageBase (const IndexType &low_, const IndexType &high_) | |
| T & | get (const IndexType &index) |
| const T & | get (const IndexType &index) const |
Public Member Functions inherited from schnek::SingleArrayGridStorageBase< T, rank, SingleArrayLazyAllocation > | |
| SingleArrayGridStorageBase (const IndexType &low_, const IndexType &high_) | |
| T * | getRawData () const |
| const IndexType & | getLo () const |
| int | getLo (int k) const |
| const IndexType & | getHi () const |
| int | getHi (int k) const |
| const IndexType & | getDims () const |
| int | getDims (int k) const |
| int | getSize () const |
| storage_iterator | begin () |
| storage_iterator | end () |
| const_storage_iterator | cbegin () const |
| const_storage_iterator | cend () const |
Public Member Functions inherited from schnek::SingleArrayLazyAllocation< T, rank > | |
| void | resize (const IndexType &low_, const IndexType &high_) |
Additional Inherited Members | |
Protected Attributes inherited from schnek::SingleArrayLazyAllocation< T, rank > | |
| T * | data |
| T * | data_fast |
| int | size |
| IndexType | low |
| IndexType | high |
| IndexType | dims |