VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfplan
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
18
#include "
vrfplan/statementFactory.h
"
19
26
27
#include "
vrfplan/vrfplanDefines.h
"
28
class
DT_DLL_vrfplan
DtStatementFactoryEntry
29
{
30
public
:
32
DtStatementFactoryEntry
();
33
35
DtStatementFactoryEntry
(
const
DtStatementFactoryEntry
& orig);
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
:
57
DtString
myTypeToCreate
;
58
int
myIntTypeToCreate
;
59
DtStatementCreatorFcn
myCreatorFcn
;
60
};
61
62
#endif
63
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)