Version: 5.1.6

INTERP_KERNEL.FunctionsFactory Class Reference

#include <InterpKernelFunction.hxx>

Static Public Member Functions

static FunctionbuildFuncFromString (const char *type, int nbOfParams) throw (INTERP_KERNEL::Exception)
static FunctionbuildUnaryFuncFromString (const char *type) throw (INTERP_KERNEL::Exception)
static FunctionbuildBinaryFuncFromString (const char *type) throw (INTERP_KERNEL::Exception)
static FunctionbuildBinaryFuncFromString (char type) throw (INTERP_KERNEL::Exception)
static FunctionbuildTernaryFuncFromString (const char *type) throw (INTERP_KERNEL::Exception)

Member Function Documentation

Function * FunctionsFactory::buildFuncFromString ( const char *  type,
int  nbOfParams 
) throw (INTERP_KERNEL::Exception) [static]

References medClient_test.type.

Function * FunctionsFactory::buildUnaryFuncFromString ( const char *  type  )  throw (INTERP_KERNEL::Exception) [static]
Function * FunctionsFactory::buildBinaryFuncFromString ( const char *  type  )  throw (INTERP_KERNEL::Exception) [static]
Function * FunctionsFactory::buildBinaryFuncFromString ( char  type  )  throw (INTERP_KERNEL::Exception) [static]

References medClient_test.type.

Function * FunctionsFactory::buildTernaryFuncFromString ( const char *  type  )  throw (INTERP_KERNEL::Exception) [static]