VR-Forces 4.3 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
vrfobjcore
promotionEntryList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: promoteEntryList.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
#ifndef DtPromotionEntryList_H_
19
#define DtPromotionEntryList_H_
20
21
#include <vlutil/vlHashlist.h>
22
#include "
vrfutil/rwList.h
"
23
24
class
DtReaderWriterRegistry
;
25
class
DtString
;
26
class
DtPromotionEntry
;
27
33
34
#include "
vrfobjcore/vrfobjcoreDefines.h
"
35
class
DT_DLL_vrfobjcore
DtPromotionEntryList
:
public
DtRwList
36
{
37
38
public
:
39
41
DtPromotionEntryList
();
42
44
DtPromotionEntryList
(
const
DtString
& name,
DtReaderWriterRegistry
* parentRegistry = 0);
45
47
virtual
~
DtPromotionEntryList
();
48
50
DtPromotionEntryList
(
const
DtString
& name,
const
DtPromotionEntryList
& orig,
51
DtReaderWriterRegistry
* parentRegistry = 0);
52
54
DtPromotionEntryList
&
operator=
(
const
DtPromotionEntryList
& orig);
55
56
virtual
DtPromotionEntryList
* clone(
const
DtString
& name,
DtReaderWriterRegistry
*
57
parentRegistry = 0);
58
59
virtual
void
addPromoteEntry(
const
DtPromotionEntry
& promoteEntry);
60
61
virtual
void
copyList(
const
DtPromotionEntryList
& orig);
62
65
void
emptyList();
66
68
virtual
void
getSelf
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
69
const
DtVariableBindingsList
& variableBindings);
70
71
protected
:
72
73
virtual
void
addPromoteEntry(
DtPromotionEntry
* promoteEntry);
74
77
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
78
const
DtVariableBindingsList
& variableBindings);
79
};
80
81
#endif
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)