VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)