FreePOOMA  2.4.1
Public Types
IndexFunction< Functor > Struct Template Reference

IndexFunction is just a tag class for the index-function-engine engine, which makes a function of indices look like an array. More...

#include <IndexFunctionEngine.h>

List of all members.

Public Types

typedef Functor Functor_t

Detailed Description

template<class Functor>
struct IndexFunction< Functor >

IndexFunction is just a tag class for the index-function-engine engine, which makes a function of indices look like an array.

It takes a Functor class type as a template argument. This functor is what turns indices into function values.


Member Typedef Documentation

template<class Functor >
typedef Functor IndexFunction< Functor >::Functor_t

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