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
vrfutil
subordinateEntryFactory.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/**********************************************************************************
6
** $RCSfile: trueAggregateSubordinateEntryFact.h,v $ $Revision: 1.1 $ $State: Exp $
7
**********************************************************************************/
8
11
14
15
#ifndef DtSubordinateEntryFactory_H_
16
#define DtSubordinateEntryFactory_H_
17
18
#include <vlutil/vlHashlist.h>
19
20
class
DtSubordinateEntryFactoryEntry
;
21
class
DtReaderWriterRegistry
;
22
class
DtSubordinateEntry
;
23
24
typedef
DtSubordinateEntry
* (*DtSubordinateEntryCreatorFcn)();
25
31
#include "
vrfutil/vrfutilDefines.h
"
32
class
DT_DLL_vrfutil
DtSubordinateEntryFactory
:
public
DtHashlist
33
{
34
public
:
36
DtSubordinateEntryFactory
();
37
39
DtSubordinateEntryFactory
(
const
DtSubordinateEntryFactory
& orig);
40
42
const
DtSubordinateEntryFactory
& operator=(
const
43
DtSubordinateEntryFactory
& orig);
44
46
virtual
~
DtSubordinateEntryFactory
();
47
49
virtual
void
addCreatorFcn(
const
DtString
& type,
50
DtSubordinateEntryCreatorFcn
fcn);
51
52
virtual
DtSubordinateEntry
* createSubordinateEntry(
53
const
DtString
& type);
54
55
static
DtSubordinateEntryFactory
* create();
56
57
protected
:
58
59
};
60
61
#endif
62
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
)