VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
condExprFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2000 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ceFactory.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 
18 
19 #ifndef DtCondExprFactory_H_
20 #define DtCondExprFactory_H_
21 
22 #include <vlutil/vlHashlist.h>
23 
26 class DtSimCondExpr;
27 
28 typedef DtSimCondExpr * (*DtCondExprCreatorFcn)();
29 
36 
37 #include "vrfutil/vrfutilDefines.h"
39 {
40 public:
43 
46 
48  const DtCondExprFactory& operator=(const DtCondExprFactory& orig);
49 
51  virtual ~DtCondExprFactory();
52 
54  virtual void addCreatorFcn(const DtString& type, const int intType,
56 
57  virtual DtSimCondExpr * createConditionalExpression(const DtString& type);
58  virtual DtSimCondExpr* createConditionalExpression(int type);
59 
60  static DtCondExprFactory* create();
61 
62 protected:
64  DtHashlist myIntTypeHashlist;
65 
66 };
67 
68 #endif
69 
File: ceFactoryEnt.h.
Definition: condExprFactoryEntry.h:32
Definition: readerWriterRegistry.h:39
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
DtHashlist myIntTypeHashlist
Definition: condExprFactory.h:64
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
class DtCondExprFactory:
Definition: condExprFactory.h:38
DtSimCondExpr *(* DtCondExprCreatorFcn)()
Definition: condExprFactory.h:28
DtHashlist myStringTypeHashlist
Definition: condExprFactory.h:63

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)