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

Public Methods | |
Constructors, destructor, assignment. | |
| cClassRegister (const cClassRegister &c) | |
| cClassRegister (const char *name, void *(*f)()) | |
| virtual | ~cClassRegister () |
| cClassRegister& | operator= (const cClassRegister &) |
Redefined cObject member functions. | |
| virtual cObject* | dup () const |
Factory function. | |
| void* | createOne () const |
|
|
Copy constructor. |
|
|
Constructor. |
|
|
Destructor. |
|
|
Creates an instance of a particular class by calling the creator function. The result has to be cast to the appropriate type by hand. |
|
|
Creates and returns an exact copy of this object. See cObject for more details. Reimplemented from cObject. |
|
|
Assignment is not supported by this class: this method throws a cException when called. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001