VR-Forces 4.6 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
vrfobjcore
simComponentManagerFactory.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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)