VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/promoteEntryList.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1999 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: promoteEntryList.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 #ifndef DtPromotionEntryList_H_
00019 #define DtPromotionEntryList_H_
00020 
00021 #include <vlutil/vlHashlist.h>
00022 #include "vrfutil/rwList.h"
00023 
00024 class DtReaderWriterRegistry;
00025 class DtString;
00026 class DtPromotionEntry;
00027 
00033 
00034 #include "vrfobjcore/vrfobjcoreDefines.h"
00035 class DT_DLL_vrfobjcore DtPromotionEntryList : public DtRwList
00036 {
00037 
00038 public:
00039 
00041    DtPromotionEntryList();
00042 
00044    DtPromotionEntryList(const DtString& name, DtReaderWriterRegistry* parentRegistry = 0);
00045 
00047    virtual ~DtPromotionEntryList();
00048 
00050    DtPromotionEntryList(const DtString& name, const DtPromotionEntryList& orig, 
00051       DtReaderWriterRegistry* parentRegistry = 0);
00052 
00054    DtPromotionEntryList& operator=(const DtPromotionEntryList& orig);
00055 
00056    virtual DtPromotionEntryList * clone(const DtString& name,DtReaderWriterRegistry* 
00057       parentRegistry = 0);
00058 
00059    virtual void addPromoteEntry(const DtPromotionEntry& promoteEntry);
00060 
00061    virtual void copyList(const DtPromotionEntryList& orig);
00062 
00065    void emptyList();
00066 
00068    virtual void getSelf(DtlObjPtr args, const DtFilename& searchPath,
00069       const DtVariableBindingsList& variableBindings);  
00070 
00071 protected:
00072 
00073    virtual void addPromoteEntry(DtPromotionEntry * promoteEntry);
00074 
00077    virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
00078       const DtVariableBindingsList& variableBindings);
00079 };
00080 
00081 #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)