VR-Forces 4.6 Class Documentation
 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 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)