VR-Forces 4.0.4 Class Documentation
include/vrfutil/aggregatedResourceList.h
Go to the documentation of this file.
00001 /**************************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 **************************************************************************************/
00005 /**************************************************************************************
00006 ** $RCSfile: aggregatedResourceList.h,v $ $Revision: 1.1 $ $State: Exp $
00007 **************************************************************************************/
00008 
00011 
00012 #ifndef aggregatedResourceList_H_
00013 #define aggregatedResourceList_H_
00014 
00015 #include "vrfutil/rwList.h"
00016 
00017 class DtListItem;
00018 
00020 #include "vrfutil/vrfutilDefines.h"
00021 class DT_DLL_vrfutil DtAggregatedResourceList : public DtRwList
00022 {
00023 public:
00025    DtAggregatedResourceList();
00026 
00028    DtAggregatedResourceList(const DtString& name, DtReaderWriterRegistry* parentRegistry = NULL);
00029    DtAggregatedResourceList(const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL);
00030 
00032    DtAggregatedResourceList(const DtString& name,  
00033             const DtAggregatedResourceList& orig, 
00034             DtReaderWriterRegistry* parentRegistry = NULL);
00035 
00037    DtAggregatedResourceList(const DtSymbolString& name,  
00038             const DtAggregatedResourceList& orig, 
00039             DtReaderWriterRegistry* parentRegistry = NULL);
00040 
00042    virtual ~DtAggregatedResourceList();
00043 
00044    const DtAggregatedResourceList & operator=(const DtAggregatedResourceList & orig);
00045 
00047    virtual const char* readerWriterType() const;
00048 
00051    virtual void copyListFrom(const DtAggregatedResourceList& orig);
00052 
00054    virtual void clear();
00055 
00057    bool operator==(const DtAggregatedResourceList&) const;
00058    bool operator!=(const DtAggregatedResourceList&) const;
00059 
00060  
00061 
00062 protected:
00063 
00064    virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
00065       const DtVariableBindingsList& variableBindings);
00066 
00067 };
00068 
00069 namespace DtBufferSerialize
00070 {
00072    DT_DLL_vrfutil int getSize(const DtAggregatedResourceList& val);
00073 
00076    DT_DLL_vrfutil char *encode(const DtAggregatedResourceList& val, char *buffer);
00077 
00080    DT_DLL_vrfutil const char *decode(DtAggregatedResourceList& val, const char *buffer) ;
00081 };
00082 
00083 
00084 #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)