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