// +++++++++++++++++++++++++++++++++++++++++++++++++ //
// C++ interface discription of a evaluate           //
// +++++++++++++++++++++++++++++++++++++++++++++++++ //

#ifndef _EVALARRAY_RI_
#define _EVALARRAY_RI_

#include <ctl.h>

#define CTL_Library evalArrayRLib
#include CTL_LibBegin

//#	define CTL_FunctionTmpl1 array<Y> , f, (const array<X>), 1, (Y,X), 2
#	define CTL_Function2 ctl::location, build, ( (const array, ( (tupel, ( cstring<char>, cstring<char>), 2) ), 1) /*src-files*/), 1

#include CTL_LibEnd

#endif

// vim: ft=cpp
