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

Do what needs to be done prior to reading. More...

#include <Array.h>

List of all members.

Public Types

typedef bool Type_t

Static Public Member Functions

static Type_t apply (const Array< Dim, T, EngineTag > &a, const NotifyPreReadTag &)

Detailed Description

template<int Dim, class T, class EngineTag>
struct LeafFunctor< Array< Dim, T, EngineTag >, NotifyPreReadTag >

Do what needs to be done prior to reading.

For Arrays, this means doing nothing.


Member Typedef Documentation

template<int Dim, class T , class EngineTag >
typedef bool LeafFunctor< Array< Dim, T, EngineTag >, NotifyPreReadTag >::Type_t

Member Function Documentation

template<int Dim, class T , class EngineTag >
static Type_t LeafFunctor< Array< Dim, T, EngineTag >, NotifyPreReadTag >::apply ( const Array< Dim, T, EngineTag > &  a,
const NotifyPreReadTag  
) [inline, static]

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