VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)