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::EBNF::EBNF_Factory Class Referenceabstract

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

#include <vici/vici.h>

Inheritance diagram for VICI::EBNF::EBNF_Factory:
VICI::Factory VICI::stub::EBNF_Stub_Factory

Public Member Functions

virtual ~EBNF_Factory ()
 virtual destructor
 
virtual EBNFmakeEBNF ()=0
 the factory for EBNF objects More...
 
- Public Member Functions inherited from VICI::Factory
virtual ~Factory ()
 Destructor.
 

Detailed Description

An abstract factory for making an instance of EBNF.

An abstract factory for making an instance of EBNF. The implementation will create either the production version, or a stub, or a test version of the EBNF class.

Member Function Documentation

virtual EBNF* VICI::EBNF::EBNF_Factory::makeEBNF ( )
pure virtual

the factory for EBNF objects

Returns
an instance of EBNF according to the type of the factory.

Implemented in VICI::stub::EBNF_Stub_Factory.


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