OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Factory.cpp
Go to the documentation of this file.
1 // ------------------------------------------------------------------------
2 // $RCSfile: Factory.cpp,v $
3 // ------------------------------------------------------------------------
4 // $Revision: 1.1.1.1 $
5 // ------------------------------------------------------------------------
6 // Copyright: see Copyright.readme
7 // ------------------------------------------------------------------------
8 //
9 // Class: Factory
10 // The abstract interface for the CLASSIC element factory.
11 //
12 // ------------------------------------------------------------------------
13 // Class category: Construction
14 // ------------------------------------------------------------------------
15 //
16 // $Date: 2000/03/27 09:32:35 $
17 // $Author: fci $
18 //
19 // ------------------------------------------------------------------------
20 
21 #include "Construction/Factory.h"
22 
23 
24 // Class Factory
25 // ------------------------------------------------------------------------
26 
28 {}
29 
30 
32 {}
Factory()
Definition: Factory.cpp:27
virtual ~Factory()
Definition: Factory.cpp:31