CASObject by calling Evaluate().
More...
#include <casfuncobj.h>
Public Member Functions | |
| CASObject * | operator() (const CASObject *o) const |
Operator for evaluating a given CASObject. | |
CASObject and returns the pointer to evaluated object.
Definition at line 256 of file casfuncobj.h.
Evaluates the CASObject by calling Evaluate() and returns a pointer to the evaluated object. The caller is responsible for removing the object from the memory.
| o | Pointer to a CASObject. |
CASObject. The caller is responsible for freeing the memory occupied by that object. Definition at line 271 of file casfuncobj.h.
1.4.7