VR-Forces 4.0.4 Class Documentation
include/vrfutil/trueAggregateResourceList.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2008 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: trueAggregateResourceList.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 #ifndef DtTrueAggregateResourceList_H_
00018 #define DtTrueAggregateResourceList_H_
00019 
00020 #include <vlutil/vlMachineTypes.h>
00021 #include "vrfutil/rwList.h"
00022 
00023 class DtReaderWriterRegistry;
00024 class DtResourceManager;
00025 class DtTrueAggregateResource;
00026 
00030 
00031 #include "vrfutil/vrfutilDefines.h"
00032 class DT_DLL_vrfutil DtTrueAggregateResourceList : public DtRwList
00033 {
00034 
00035 public:
00036 
00038    DtTrueAggregateResourceList();
00039 
00041    DtTrueAggregateResourceList(const DtString& name, DtReaderWriterRegistry*  
00042       parentRegistry = 0);
00043 
00045    DtTrueAggregateResourceList(const DtTrueAggregateResourceList& orig,
00046       DtReaderWriterRegistry* parentRegistry = 0);
00047 
00049    DtTrueAggregateResourceList& operator=(const DtTrueAggregateResourceList& orig);
00050 
00052    virtual ~DtTrueAggregateResourceList();
00053 
00054    virtual void addResource(DtTrueAggregateResource * resource);
00055 
00059    virtual bool removeResource(DtTrueAggregateResource * resource);
00060 
00061    virtual DtTrueAggregateResourceList * clone(DtReaderWriterRegistry* parentRegistry = 0) const;
00062 
00063    virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
00064       const DtVariableBindingsList& variableBindings);
00065 
00066    virtual void copyList(const DtTrueAggregateResourceList& orig, DtReaderWriterRegistry*
00067       parentRegistry = 0);
00068 
00072    virtual const char* readerWriterType() const;
00073 
00074 protected:
00075 
00076 };
00077 
00078 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)