#include <Array.h>
Public Types | |
| typedef Array< D1, T1, E1 > | Array1_t |
| typedef Array< D2, T2, E2 > | Array2_t |
| typedef IndirectionTag < Array1_t, Array2_t > | Tag_t |
| typedef Array< D2, T1, Tag_t > | Type_t |
| typedef Type_t | ReadType_t |
Static Public Member Functions | |
| static Type_t | make (const Array1_t &a, const Array2_t &s) |
| static Type_t | makeRead (const Array1_t &a, const Array2_t &s) |
| typedef Array<D1, T1, E1> View1< Array< D1, T1, E1 >, Array< D2, T2, E2 > >::Array1_t |
| typedef Array<D2, T2, E2> View1< Array< D1, T1, E1 >, Array< D2, T2, E2 > >::Array2_t |
| typedef IndirectionTag<Array1_t, Array2_t> View1< Array< D1, T1, E1 >, Array< D2, T2, E2 > >::Tag_t |
| typedef Array<D2, T1, Tag_t> View1< Array< D1, T1, E1 >, Array< D2, T2, E2 > >::Type_t |
| typedef Type_t View1< Array< D1, T1, E1 >, Array< D2, T2, E2 > >::ReadType_t |
| static Type_t View1< Array< D1, T1, E1 >, Array< D2, T2, E2 > >::make | ( | const Array1_t & | a, | |
| const Array2_t & | s | |||
| ) | [inline, static] |
| static Type_t View1< Array< D1, T1, E1 >, Array< D2, T2, E2 > >::makeRead | ( | const Array1_t & | a, | |
| const Array2_t & | s | |||
| ) | [inline, static] |
1.5.9