The ScriptFactorySingleton singleton. More...
#include <Factory.h>
Public Member Functions | |
| const char * | ProduceScript (const char *sScriptName) const |
Static Public Member Functions | |
| static void | Destruct (void) |
| static ScriptFactorySingleton & | Instance (void) |
The ScriptFactorySingleton singleton.
Definition at line 81 of file Factory.h.
| void ScriptFactorySingleton::Destruct | ( | void | ) | [static] |
Definition at line 91 of file Factory.cpp.
| ScriptFactorySingleton & ScriptFactorySingleton::Instance | ( | void | ) | [static] |
Definition at line 84 of file Factory.cpp.
Referenced by Base::ScriptFactory(), and Base::ScriptProducer::ScriptProducer().
| const char * ScriptFactorySingleton::ProduceScript | ( | const char * | sScriptName | ) | const |
Definition at line 98 of file Factory.cpp.
References Base::Console(), Base::Factory::Produce(), and Base::ConsoleSingleton::Warning().
1.6.1