VICI
0.11.815
Visual Chart Interpreter
|
An abstract factory for making an instance of Interpreter. More...
#include <vici/vici.h>
Public Member Functions | |
virtual | ~InterpreterFactory () |
virtual destructor | |
virtual Interpreter * | makeInterpreter (Sec::Secure *sec)=0 |
create an instance of the Interpreter class More... | |
Public Member Functions inherited from VICI::Factory | |
virtual | ~Factory () |
Destructor. | |
An abstract factory for making an instance of Interpreter.
The implementation will create either the production version, or a stub, or a test version of the Interpreter class.
|
pure virtual |
create an instance of the Interpreter class
sec | pointer to the security class. |
Implemented in VICI::stub::InterpreterStubFactory.