mvActionLoaderList Class Reference

a list of factories which create instances of mvBaseActions depending on the mvOptionEnum key provided More...

#include <mvActionLoaderList.h>


Detailed Description

a list of factories which create instances of mvBaseActions depending on the mvOptionEnum key provided

mvErrorEnum mvActionLoaderList::addFactoryFunction(enum mvOptionEnum key, mvBaseActionLoader actionFactoryPtr);

NOTE: this memory pointed by actionFactoryPtr is freed by mvActionLoaderList. DO NOT free/deallocate the actionFactoryPtr after the addFactoryFunction call.

mvBaseActionPtr mvActionLoaderList::createAClassPtr(enum mvOptionEnum key, mvNewBaseActionInfo& creationInfo);

void mvActionLoaderList::freeAllFactoryFunctions(); mvCount mvActionLoaderList::getNoOfFactoryFunctions() const;
The documentation for this class was generated from the following file:
Generated on Wed Nov 14 17:04:59 2007 for mvMotionAI by  doxygen 1.5.3