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::Interp::InterpreterFactory Class Referenceabstract

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

#include <vici/vici.h>

Inheritance diagram for VICI::Interp::InterpreterFactory:
VICI::Factory VICI::stub::InterpreterStubFactory

Public Member Functions

virtual ~InterpreterFactory ()
 virtual destructor
 
virtual InterpretermakeInterpreter (Sec::Secure *sec)=0
 create an instance of the Interpreter class More...
 
- Public Member Functions inherited from VICI::Factory
virtual ~Factory ()
 Destructor.
 

Detailed Description

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.

Member Function Documentation

virtual Interpreter* VICI::Interp::InterpreterFactory::makeInterpreter ( Sec::Secure sec)
pure virtual

create an instance of the Interpreter class

Parameters
secpointer to the security class.

Implemented in VICI::stub::InterpreterStubFactory.


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