Collage
1.7.0
High-performance C++ library for developing object-oriented distributed applications.
|
The interface to create objects, used by ObjectMap. More...
#include <objectFactory.h>
Public Member Functions | |
virtual co::Object * | createObject (const uint32_t) |
virtual void | destroyObject (co::Object *object, const uint32_t) |
Delete the given object of the given type. More... | |
The interface to create objects, used by ObjectMap.
Definition at line 35 of file objectFactory.h.
|
inlinevirtual |
Definition at line 47 of file objectFactory.h.
|
inlinevirtual |
Delete the given object of the given type.
Definition at line 54 of file objectFactory.h.