VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
condExprFactoryEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: ceFactoryEnt.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 
18 
19 #ifndef DtCondExprFactoryEntry_H_
20 #define DtCondExprFactoryEntry_H_
21 
23 
30 
31 #include "vrfutil/vrfutilDefines.h"
33 {
34 public:
37 
40 
42  const DtCondExprFactoryEntry& operator=(const DtCondExprFactoryEntry&
43  orig);
44 
46  virtual ~DtCondExprFactoryEntry();
47 
48  virtual const DtString& typeToCreate() const;
49  virtual void setTypeToCreate(const DtString& type);
50 
51  virtual const int intTypeToCreate() const;
52  virtual void setIntTypeToCreate(const int type);
53 
54  virtual const DtCondExprCreatorFcn& creatorFcn() const;
55  virtual void setCreatorFcn(const DtCondExprCreatorFcn& fcn);
56 
57  virtual DtCondExprFactoryEntry * clone(const DtCondExprFactoryEntry&
58  orig) const;
59 
60 protected:
64 };
65 
66 #endif
67 
File: ceFactoryEnt.h.
Definition: condExprFactoryEntry.h:32
int myIntTypeToCreate
Definition: condExprFactoryEntry.h:62
DtCondExprCreatorFcn myCreatorFcn
Definition: condExprFactoryEntry.h:63
DtString myTypeToCreate
Definition: condExprFactoryEntry.h:61
#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
DtSimCondExpr *(* DtCondExprCreatorFcn)()
Definition: condExprFactory.h:28

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)