|
FreePOOMA
2.4.1
|
General versions. Just defer to Array<1>. More...
#include <DynamicArray.h>
Public Types | |
| enum | { sv = DomainTraits<SDomain_t>::singleValued } |
| typedef DynamicArray< T, EngineTag > | Subject_t |
| typedef Array< 1, T, EngineTag > | Base_t |
| typedef Subject_t::Domain_t | Domain_t |
| typedef TemporaryNewDomain1 < Domain_t, Sub1 > | NewDomain_t |
| typedef NewDomain_t::SliceType_t | SDomain_t |
| typedef View1Implementation < Base_t, SDomain_t, sv > | Dispatch_t |
| typedef CombineDomainOpt < NewDomain_t, sv > | Combine_t |
| typedef Dispatch_t::Type_t | Type_t |
Static Public Member Functions | |
| static Type_t | make (const Subject_t &a, const Sub1 &s1) |
General versions. Just defer to Array<1>.
| typedef DynamicArray<T, EngineTag> View1< DynamicArray< T, EngineTag >, Sub1 >::Subject_t |
| typedef Array<1, T, EngineTag> View1< DynamicArray< T, EngineTag >, Sub1 >::Base_t |
| typedef Subject_t::Domain_t View1< DynamicArray< T, EngineTag >, Sub1 >::Domain_t |
| typedef TemporaryNewDomain1<Domain_t, Sub1> View1< DynamicArray< T, EngineTag >, Sub1 >::NewDomain_t |
| typedef NewDomain_t::SliceType_t View1< DynamicArray< T, EngineTag >, Sub1 >::SDomain_t |
| typedef View1Implementation<Base_t, SDomain_t, sv> View1< DynamicArray< T, EngineTag >, Sub1 >::Dispatch_t |
| typedef CombineDomainOpt<NewDomain_t, sv> View1< DynamicArray< T, EngineTag >, Sub1 >::Combine_t |
| typedef Dispatch_t::Type_t View1< DynamicArray< T, EngineTag >, Sub1 >::Type_t |
| static Type_t View1< DynamicArray< T, EngineTag >, Sub1 >::make | ( | const Subject_t & | a, |
| const Sub1 & | s1 | ||
| ) | [inline, static] |
1.7.6.1