#include <ctypes.h>
Inheritance diagram for cNetworkType::
Public Methods | |
Constructors, destructor, assignment | |
cNetworkType (const cNetworkType &n) | |
cNetworkType (const char *name, void(*f)()) | |
virtual | ~cNetworkType () |
cNetworkType& | operator= (const cNetworkType &) |
Redefined cObject member functions. | |
virtual const char* | className () const |
virtual cObject* | dup () const |
Objects of this class are usually created via the Define_Network() macro.
|
Copy constructor. |
|
Constructor. It takes pointer to a function that can build up a network. |
|
Destructor. |
|
Returns pointer to a string containing the class name, "cNetworkType". 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. |