#include <ctypes.h>
Inheritance diagram for cFunctionType::
Public Methods | |
Constructors, destructor, assignment | |
cFunctionType (const cFunctionType &ft) | |
cFunctionType (const char *name, MathFunc f0, int argc) | |
virtual | ~cFunctionType () |
cFunctionType& | operator= (const cFunctionType &) |
Redefined cObject member functions. | |
virtual const char* | className () const |
virtual cObject* | dup () const |
Objects of this class are usually created via the Define_Function() macro.
|
Copy constructor. |
|
Constructor. |
|
Destructor. |
|
Returns pointer to a string containing the class name, "cFunctionType". Reimplemented from cObject. |
|
Creates and returns an exact copy of this object. See cObject for more details. Reimplemented from cObject. |
|
Assignment is not supported for this class. This function raises an error when called. |