CSCI 3081 - Drone Delivery System
Public Member Functions | List of all members
entity_project::IEntityFactory Class Referenceabstract

#include <entity_factory.h>

Inheritance diagram for entity_project::IEntityFactory:
Inheritance graph

Public Member Functions

virtual IEntityCreateEntity (const picojson::object &val)=0
 returns a pointer to a newly created entity
 

Detailed Description

USAGE: This class is meant to be inhereted by your own entity factory classes Implement this class to manage the creation of entity objects in your system.


The documentation for this class was generated from the following file: