| 
    Collage
    1.3.0
    
   High-performance C++ library for developing object-oriented distributed applications. 
   | 
 
The interface to create objects, used by ObjectMap. More...
#include <objectFactory.h>
 Collaboration diagram for co::ObjectFactory: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 49 of file objectFactory.h.
      
  | 
  inlinevirtual | 
Delete the given object of the given type.
Definition at line 53 of file objectFactory.h.