VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
statementFactoryEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 #ifndef DtStatementFactoryEntry_H_
16 #define DtStatementFactoryEntry_H_
17 
19 
26 
27 #include "vrfplan/vrfplanDefines.h"
29 {
30 public:
33 
36 
38  const DtStatementFactoryEntry& operator=(const DtStatementFactoryEntry&
39  orig);
40 
42  virtual ~DtStatementFactoryEntry();
43 
44  virtual const DtString& typeToCreate() const;
45  virtual void setTypeToCreate(const DtString& type);
46 
47  virtual const int intTypeToCreate() const;
48  virtual void setIntTypeToCreate(const int type);
49 
50  virtual const DtStatementCreatorFcn& creatorFcn() const;
51  virtual void setCreatorFcn(const DtStatementCreatorFcn& fcn);
52 
53  virtual DtStatementFactoryEntry * clone(const DtStatementFactoryEntry&
54  orig) const;
55 
56 protected:
60 };
61 
62 #endif
63 
DtString myTypeToCreate
Definition: statementFactoryEntry.h:57
File: stmtFactEnt.h.
Definition: statementFactoryEntry.h:28
int myIntTypeToCreate
Definition: statementFactoryEntry.h:58
DtSimStatement *(* DtStatementCreatorFcn)(DtReaderWriterRegistry *parentRegistry)
Definition: statementFactory.h:25
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28
DtStatementCreatorFcn myCreatorFcn
Definition: statementFactoryEntry.h:59

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)