FarsaPlugin Class Reference

the interface for implement a plugin for adding new feature to FARSA More...

List of all members.

Public Member Functions

virtual ~FarsaPlugin ()
 Virtual Destructor.
virtual void registerTypesOnFactory ()=0
 register types on the Factory

Detailed Description

the interface for implement a plugin for adding new feature to FARSA

Note:
We don't use FARSA_EXPERIMENTS_API here because the class is completely inline (this prevents problems under Windows)

Definition at line 37 of file farsaplugin.h.


Constructor & Destructor Documentation

virtual ~FarsaPlugin ( ) [inline, virtual]

Virtual Destructor.

Definition at line 40 of file farsaplugin.h.


Member Function Documentation

virtual void registerTypesOnFactory ( ) [pure virtual]

register types on the Factory

Referenced by Total99Resources::loadPlugin().


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