All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
flashmatch::CustomAlgoFactoryBase Class Referenceabstract

Abstract base class for factory (to be implemented per flash) More...

#include <CustomAlgoFactory.h>

Inheritance diagram for flashmatch::CustomAlgoFactoryBase:
flashmatch::LightPathFactory

Public Member Functions

 CustomAlgoFactoryBase ()
 Default ctor. More...
 
virtual ~CustomAlgoFactoryBase ()
 Default dtor (virtual) More...
 
virtual BaseAlgorithmcreate (const std::string instance_name)=0
 Abstract constructor method. More...
 

Detailed Description

Abstract base class for factory (to be implemented per flash)

Definition at line 26 of file CustomAlgoFactory.h.

Constructor & Destructor Documentation

flashmatch::CustomAlgoFactoryBase::CustomAlgoFactoryBase ( )
inline

Default ctor.

Definition at line 29 of file CustomAlgoFactory.h.

29 {}
virtual flashmatch::CustomAlgoFactoryBase::~CustomAlgoFactoryBase ( )
inlinevirtual

Default dtor (virtual)

Definition at line 31 of file CustomAlgoFactory.h.

31 {}

Member Function Documentation

virtual BaseAlgorithm* flashmatch::CustomAlgoFactoryBase::create ( const std::string  instance_name)
pure virtual

Abstract constructor method.

Implemented in flashmatch::LightPathFactory.


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