VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
evaluatorFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: evalFactory.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtEvaluatorFactory_H_
13 #define DtEvaluatorFactory_H_
14 
15 
16 
17 #include <vlutil/vlHashlist.h>
18 
19 
20 class DtEvaluator;
21 
29 typedef DtEvaluator * (*DtEvaluatorCreatorFcn)();
30 
31 #include "vrfutil/vrfutilDefines.h"
33 {
34 public:
35 
38 
40  virtual ~DtEvaluatorFactory();
41 
43  virtual void addCreatorFcn(int type,
45 
46  virtual DtEvaluator* createEvaluator(int type);
47 
48  static DtEvaluatorFactory* create();
49 
50 private:
51 
54 
56  DtEvaluatorFactory& operator=(const DtEvaluatorFactory& orig);
57 
58 protected:
59 
60 protected:
61 
64  DtHashlist myHashlist;
65 };
66 
67 #endif
68 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)