#include <InterpKernelFunction.hxx>
Static Public Member Functions | |
| static Function * | buildFuncFromString (const char *type, int nbOfParams) throw (INTERP_KERNEL::Exception) |
| static Function * | buildUnaryFuncFromString (const char *type) throw (INTERP_KERNEL::Exception) |
| static Function * | buildBinaryFuncFromString (const char *type) throw (INTERP_KERNEL::Exception) |
| static Function * | buildBinaryFuncFromString (char type) throw (INTERP_KERNEL::Exception) |
| static Function * | buildTernaryFuncFromString (const char *type) throw (INTERP_KERNEL::Exception) |
| 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] |
References medcorba_test.msg, INTERP_KERNEL.Log10Function.REPR, INTERP_KERNEL.LogFunction.REPR, INTERP_KERNEL.LnFunction.REPR, INTERP_KERNEL.ExpFunction.REPR, INTERP_KERNEL.NegateFunction.REPR, INTERP_KERNEL.PositiveFunction.REPR, INTERP_KERNEL.AbsFunction.REPR, INTERP_KERNEL.SqrtFunction.REPR, INTERP_KERNEL.TanFunction.REPR, INTERP_KERNEL.SinFunction.REPR, INTERP_KERNEL.CosFunction.REPR, and medClient_test.type.
| Function * FunctionsFactory::buildBinaryFuncFromString | ( | const char * | type | ) | throw (INTERP_KERNEL::Exception) [static] |
References medcorba_test.msg, INTERP_KERNEL.LowerThanFunction.REPR, INTERP_KERNEL.GreaterThanFunction.REPR, INTERP_KERNEL.MinFunction.REPR, INTERP_KERNEL.MaxFunction.REPR, INTERP_KERNEL.PowFunction.REPR, INTERP_KERNEL.DivFunction.REPR, INTERP_KERNEL.MultFunction.REPR, INTERP_KERNEL.NegateFunction.REPR, INTERP_KERNEL.PositiveFunction.REPR, and medClient_test.type.
| 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] |
References medcorba_test.msg, INTERP_KERNEL.IfFunction.REPR, and medClient_test.type.