Public Member Functions | Protected Member Functions

ActorFactory Class Reference

Factory that creates Actor type Entity objects. More...

#include <ActorFactory.h>

Inheritance diagram for ActorFactory:
EntityFactory

List of all members.

Public Member Functions

 ActorFactory (const std::string &filePath)

Protected Member Functions

bool parseXml (const std::string &filePath)

Detailed Description

Factory that creates Actor type Entity objects.


Constructor & Destructor Documentation

ActorFactory::ActorFactory ( const std::string &  filePath  )  [inline]

Member Function Documentation

bool ActorFactory::parseXml ( const std::string &  filePath  )  [protected, virtual]

Parses an Entity XML Definition file.

Parameters:
filePath Path to an Entity XML Definition File.

Implements EntityFactory.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines