VR-Forces 4.2 Class Documentation
promoteEntryList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: promoteEntryList.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtPromotionEntryList_H_
19 #define DtPromotionEntryList_H_
20 
21 #include <vlutil/vlHashlist.h>
22 #include "vrfutil/rwList.h"
23 
25 class DtString;
26 class DtPromotionEntry;
27 
33 
36 {
37 
38 public:
39 
42 
44  DtPromotionEntryList(const DtString& name, DtReaderWriterRegistry* parentRegistry = 0);
45 
47  virtual ~DtPromotionEntryList();
48 
50  DtPromotionEntryList(const DtString& name, const DtPromotionEntryList& orig,
51  DtReaderWriterRegistry* parentRegistry = 0);
52 
55 
56  virtual DtPromotionEntryList * clone(const DtString& name,DtReaderWriterRegistry*
57  parentRegistry = 0);
58 
59  virtual void addPromoteEntry(const DtPromotionEntry& promoteEntry);
60 
61  virtual void copyList(const DtPromotionEntryList& orig);
62 
65  void emptyList();
66 
68  virtual void getSelf(DtlObjPtr args, const DtFilename& searchPath,
69  const DtVariableBindingsList& variableBindings);
70 
71 protected:
72 
73  virtual void addPromoteEntry(DtPromotionEntry * promoteEntry);
74 
77  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
78  const DtVariableBindingsList& variableBindings);
79 };
80 
81 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)