VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::Sec::SecureFactory Class Referenceabstract

An abstract factory for making an instance of Secure. More...

#include <vici/vici.h>

Inheritance diagram for VICI::Sec::SecureFactory:
VICI::Factory VICI::stub::SecureStubFactory

Public Member Functions

virtual ~SecureFactory ()
 virtual destructor
 
virtual SecuremakeSecure ()=0
 create an instance of the Secure class More...
 
- Public Member Functions inherited from VICI::Factory
virtual ~Factory ()
 Destructor.
 

Detailed Description

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.

Member Function Documentation

virtual Secure* VICI::Sec::SecureFactory::makeSecure ( )
pure virtual

create an instance of the Secure class

return an instance of the Secure object.

Implemented in VICI::stub::SecureStubFactory.


The documentation for this class was generated from the following file: