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
trueAggregateResourceList.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: trueAggregateResourceList.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
17
#ifndef DtTrueAggregateResourceList_H_
18
#define DtTrueAggregateResourceList_H_
19
20
#include <vlutil/vlMachineTypes.h>
21
#include <
readerWriter/rwList.h
>
22
23
class
DtReaderWriterRegistry
;
24
class
DtResourceManager;
25
class
DtTrueAggregateResource
;
26
30
31
#include "
vrfutil/vrfutilDefines.h
"
32
class
DT_DLL_vrfutil
DtTrueAggregateResourceList
:
public
DtRwList
33
{
34
35
public
:
36
38
DtTrueAggregateResourceList
();
39
41
DtTrueAggregateResourceList
(
const
DtString
& name,
DtReaderWriterRegistry
*
42
parentRegistry = 0);
43
45
DtTrueAggregateResourceList
(
const
DtTrueAggregateResourceList
& orig,
46
DtReaderWriterRegistry
* parentRegistry = 0);
47
49
DtTrueAggregateResourceList
&
operator=
(
const
DtTrueAggregateResourceList
& orig);
50
52
virtual
~
DtTrueAggregateResourceList
();
53
54
virtual
void
addResource(
DtTrueAggregateResource
* resource);
55
59
virtual
bool
removeResource(
DtTrueAggregateResource
* resource);
60
61
virtual
DtTrueAggregateResourceList
* clone(
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
62
63
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
64
const
DtVariableBindingsList
& variableBindings);
65
66
virtual
void
copyList(
const
DtTrueAggregateResourceList
& orig,
DtReaderWriterRegistry
*
67
parentRegistry = 0);
68
72
virtual
const
char
*
readerWriterType
()
const
;
73
74
protected
:
75
76
};
77
78
#endif
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
)