#include <ctypes.h>
Inheritance diagram for cNetworkType::

Public Methods | |
| virtual void | setupNetwork ()=0 |
Constructors, destructor, assignment | |
| cNetworkType (const cNetworkType &n) | |
| cNetworkType (const char *name=NULL) | |
| virtual | ~cNetworkType () |
| cNetworkType& | operator= (const cNetworkType &) |
All this is usually taken care of by the NED compiler, so normal users should not need to know about cNetworkType.
|
|
Copy constructor. |
|
|
Constructor. It takes pointer to a function that can build up a network. |
|
|
Destructor. |
|
|
Assignment is not supported by this class: this method throws a cException when called. |
|
|
Network setup function. This is redefined in subclasses. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001