OpenMS
FactoryBase.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Chris Bielow $
6 // $Authors: $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
11 #include <OpenMS/config.h>
12 
13 namespace OpenMS
14 {
22  class OPENMS_DLLAPI FactoryBase
23  {
24 public:
26  virtual ~FactoryBase(){}
27 
28  };
29 
30 }
Base class for Factory<T>
Definition: FactoryBase.h:23
virtual ~FactoryBase()
destructor
Definition: FactoryBase.h:26
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22