29 #ifndef SCIMATH_COMPILEDPARAM_H 30 #define SCIMATH_COMPILEDPARAM_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/casa/BasicSL/String.h> 35 #include <casacore/scimath/Functionals/Function.h> 36 #include <casacore/scimath/Functionals/FuncExpression.h> 170 #ifndef CASACORE_NO_AUTO_TEMPLATES 171 #include <casacore/scimath/Functionals/CompiledParam.tcc> 172 #endif //# CASACORE_NO_AUTO_TEMPLATES const String & errorMessage() const
Return the error message of the compilation.
Parameters for a compiled string function object.
uInt ndim_p
Number of dimensions of underlying function.
CompiledParam< T > & operator=(const CompiledParam< T > &other)
Make this object a (deep) copy of other.
CompiledParam(const CompiledParam< W > &other)
String msg_p
Possible error message.
virtual uInt ndim() const
Returns the dimension of function.
String text_p
Input text string.
Numerical functional interface class.
bool Bool
Define the standard types used by Casacore.
CompiledParam()
The default constructor – no functions, no parameters, nothing, the function operator returns a 0...
const String & getText() const
Returns the text of the function string.
An expression executable as function.
Bool setFunction(const String &newFunction)
Set a function.
const FuncExpression * getFunctionPtr() const
Returns the function pointer (for debugging)
virtual const String & name() const
Give name of function.
FuncExpression * functionPtr_p
Pointer to function.
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
virtual ~CompiledParam()
Destructor.