Base::ScriptProducer Class Reference
Script Factory This class produce Scripts. More...
#include <Factory.h>
Public Member Functions | |
virtual void * | Produce (void) const |
Produce an instance. More... | |
ScriptProducer (const char *name, const char *script) | |
Constructor. More... | |
virtual | ~ScriptProducer (void) |
Public Member Functions inherited from Base::AbstractProducer | |
AbstractProducer () | |
virtual | ~AbstractProducer () |
Detailed Description
Constructor & Destructor Documentation
◆ ScriptProducer()
Base::ScriptProducer::ScriptProducer | ( | const char * | name, |
const char * | script | ||
) |
Constructor.
◆ ~ScriptProducer()
|
virtual |
Member Function Documentation
◆ Produce()
|
virtual |
Produce an instance.
Implements Base::AbstractProducer.
The documentation for this class was generated from the following file:
- src/Base/Factory.h