|
Equalizer
1.2.1
|
The interface to create objects, used by objectMap. More...
#include <objectFactory.h>
Public Member Functions | |
| virtual co::Object * | createObject (const uint32_t type)=0 |
| virtual void | destroyObject (co::Object *object, const uint32_t type) |
| Delete the given object of the given type. | |
The interface to create objects, used by objectMap.
Definition at line 32 of file co/objectFactory.h.
| virtual co::Object* co::ObjectFactory::createObject | ( | const uint32_t | type | ) | [pure virtual] |
| virtual void co::ObjectFactory::destroyObject | ( | co::Object * | object, |
| const uint32_t | type | ||
| ) | [inline, virtual] |
Delete the given object of the given type.
Definition at line 48 of file co/objectFactory.h.
1.2.1 by
1.8.0