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::Ed::ViciEditorFactory Class Referenceabstract

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

#include <vici/vici.h>

Inheritance diagram for VICI::Ed::ViciEditorFactory:
VICI::Factory VICI::stub::ViciEditorStubFactory

Public Member Functions

virtual ~ViciEditorFactory ()
 virtual destructor
 
virtual ViciEditormakeViciEditor ()=0
 create an instance of the ViciEditor class
 
- Public Member Functions inherited from VICI::Factory
virtual ~Factory ()
 Destructor.
 

Detailed Description

An abstract factory for making an instance of ViciEditor.

The implementation will create either the production version, or a stub, or a test version of the ViciEditor class.


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