DABC (Data Acquisition Backbone Core)  2.9.9
Public Member Functions
dabc::FactoryPlugin Class Reference

Small helper class to correctly instantiate user-specific factories. More...

#include <saftdabc/Factory.h>

Public Member Functions

 FactoryPlugin (dabc::Factory *f)
 

Detailed Description

Small helper class to correctly instantiate user-specific factories.

In some of implementation files should stay:

dabc::FactoryPlugin user_plugin(new UserFactory);

Definition at line 106 of file Factory.h.

Constructor & Destructor Documentation

◆ FactoryPlugin()

dabc::FactoryPlugin::FactoryPlugin ( dabc::Factory f)

Definition at line 101 of file Factory.cxx.


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