VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
cmpMgrFact.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2000 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: cmpMgrFact.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtSimComponentManagerFactory_H_
13
#define DtSimComponentManagerFactory_H_
14
15
#include <vlutil/vlHashlist.h>
16
17
18
class
DtSimComponentManager
;
19
class
DtString
;
20
class
DtVrfObject
;
21
class
DtReaderWriterRegistry
;
22
23
typedef
DtSimComponentManager
* (*DtSimComponentManagerCreatorFcn)(
DtVrfObject
* vrfObject);
24
30
#include "
vrfobjcore/vrfobjcoreDefines.h
"
31
class
DT_DLL_vrfobjcore
DtSimComponentManagerFactory
:
public
DtHashlist
32
{
33
public
:
34
36
DtSimComponentManagerFactory
();
37
39
virtual
~
DtSimComponentManagerFactory
();
40
42
DtSimComponentManagerFactory
(
const
DtSimComponentManagerFactory
& orig);
43
45
DtSimComponentManagerFactory
& operator=(
46
const
DtSimComponentManagerFactory
& orig);
47
49
virtual
void
addCreatorFcn(
const
DtString
& type,
50
DtSimComponentManagerCreatorFcn
fcn);
51
52
virtual
DtSimComponentManager
* createComponentManager(
53
const
DtString
& type,
DtVrfObject
* vrfObject);
54
55
static
DtSimComponentManagerFactory
* create();
56
};
57
58
#endif
59
60
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)