Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

cFunctionType Class Reference

#include <ctypes.h>

Inheritance diagram for cFunctionType::

cObject List of all members.

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 cObjectdup () const

Detailed Description

Registration class. Stores a function pointer (returning a double).

Objects of this class are usually created via the Define_Function() macro.


Constructor & Destructor Documentation

cFunctionType::cFunctionType ( const cFunctionType & ft ) [inline]
 

Copy constructor.

cFunctionType::cFunctionType ( const char * name,
MathFunc f0,
int argc ) [inline]
 

Constructor.

cFunctionType::~cFunctionType ( ) [inline, virtual]
 

Destructor.


Member Function Documentation

const char * cFunctionType::className ( ) const [inline, virtual]
 

Returns pointer to a string containing the class name, "cFunctionType".

Reimplemented from cObject.

cObject * cFunctionType::dup ( ) const [inline, virtual]
 

Creates and returns an exact copy of this object. See cObject for more details.

Reimplemented from cObject.

cFunctionType & cFunctionType::operator= ( const cFunctionType & ) [inline]
 

Assignment is not supported for this class. This function raises an error when called.


The documentation for this class was generated from the following file:
Generated at Sat May 4 15:45:49 2002 for OMNeT++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001