|
VICI
0.11.815
Visual Chart Interpreter
|
An abstract factory for making an instance of Vici. More...
#include <vici/vici.h>
Public Member Functions | |
| virtual | ~ViciFactory () |
| virtual destructor | |
| virtual Vici * | makeVici (Window *w=nullptr)=0 |
| create an instance of the Vici class | |
Public Member Functions inherited from VICI::Factory | |
| virtual | ~Factory () |
| Destructor. | |
An abstract factory for making an instance of Vici.
The implementation will create either the production version, or a stub, or a test version of the Vici class.
1.8.5