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