VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
24 class DtResourceManager;
26 
30 
31 #include "vrfutil/vrfutilDefines.h"
33 {
34 
35 public:
36 
39 
42  parentRegistry = 0);
43 
46  DtReaderWriterRegistry* parentRegistry = 0);
47 
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
class DtTrueAggregateResourceList:
Definition: trueAggregateResourceList.h:32
A Readable, Writable version of DtList.
Definition: rwList.h:26
virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths &searchPaths, const DtVariableBindingsList &variableBindings)=0
This method must be overridden by a subclass.
Definition: readerWriterRegistry.h:39
Definition: trueAggregateResource.h:19
std::list< const DtRwVariableBindings * > DtVariableBindingsList
Definition: readerWriterRegistry.h:29
std::vector< DtFilename > SearchPaths
Definition: readerWriter.h:92
const DtRwList & operator=(const DtRwList &orig)
Calls down to DtReaderWriter::operator=(). List elements are not copied.
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)