|
FreePOOMA
2.4.1
|
ComponentView specialization for Array. More...
#include <Array.h>
Public Types | |
| typedef Array< Dim, T, EngineTag > | Subject_t |
| typedef Engine< Dim, T, EngineTag > | Engine_t |
| typedef Engine_t::Element_t | Element_t |
| typedef ComponentAccess < Element_t, Components > ::Element_t | NewT_t |
| typedef CompFwd< Engine_t, Components > | NewEngineTag_t |
| typedef Array< Dim, NewT_t, NewEngineTag_t > | Type_t |
Static Public Member Functions | |
| static Type_t | make (const Subject_t &a, const Components &c) |
ComponentView specialization for Array.
| typedef Array<Dim, T, EngineTag> ComponentView< Components, Array< Dim, T, EngineTag > >::Subject_t |
| typedef Engine<Dim, T, EngineTag> ComponentView< Components, Array< Dim, T, EngineTag > >::Engine_t |
| typedef Engine_t::Element_t ComponentView< Components, Array< Dim, T, EngineTag > >::Element_t |
| typedef ComponentAccess<Element_t, Components>::Element_t ComponentView< Components, Array< Dim, T, EngineTag > >::NewT_t |
| typedef CompFwd<Engine_t, Components> ComponentView< Components, Array< Dim, T, EngineTag > >::NewEngineTag_t |
| typedef Array<Dim, NewT_t, NewEngineTag_t> ComponentView< Components, Array< Dim, T, EngineTag > >::Type_t |
| static Type_t ComponentView< Components, Array< Dim, T, EngineTag > >::make | ( | const Subject_t & | a, |
| const Components & | c | ||
| ) | [inline, static] |
1.7.6.1