VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfplan
stmtFactEnt.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/stmtFactory.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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)