FreePOOMA  2.4.1
Public Types | Static Public Member Functions
CreateLeaf< Array< Dim, T, EngineTag > > Struct Template Reference

Arrays are leaf objects, we just pass them through unless they have Expression engines. More...

#include <CreateLeaf.h>

List of all members.

Public Types

typedef Array< Dim, T, EngineTag > Input_t
typedef Reference< Input_tLeaf_t
typedef Leaf_t Return_t

Static Public Member Functions

static Return_t make (const Input_t &a)

Detailed Description

template<int Dim, class T, class EngineTag>
struct CreateLeaf< Array< Dim, T, EngineTag > >

Arrays are leaf objects, we just pass them through unless they have Expression engines.


Member Typedef Documentation

template<int Dim, class T , class EngineTag >
typedef Array<Dim, T, EngineTag> CreateLeaf< Array< Dim, T, EngineTag > >::Input_t
template<int Dim, class T , class EngineTag >
typedef Reference<Input_t> CreateLeaf< Array< Dim, T, EngineTag > >::Leaf_t
template<int Dim, class T , class EngineTag >
typedef Leaf_t CreateLeaf< Array< Dim, T, EngineTag > >::Return_t

Member Function Documentation

template<int Dim, class T , class EngineTag >
static Return_t CreateLeaf< Array< Dim, T, EngineTag > >::make ( const Input_t a) [inline, static]

The documentation for this struct was generated from the following file: