VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rwIntegerList.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rwIntegerList.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtRwIntegerList_H_
13 #define DtRwIntegerList_H_
14 
15 #include "vrfutil/rwList.h"
16 #include "vrfutil/vrfutilDefines.h"
17 
18 class DtRwInt;
19 
24 {
25 public:
26 
29 
32  parentRegistry = NULL);
34  parentRegistry = NULL);
36  parentRegistry = NULL);
37 
39  virtual ~DtRwIntegerList();
40 
44 
45  DtRwIntegerList(const DtString& name, const DtRwIntegerList& orig,
46  DtReaderWriterRegistry* parentRegistry = NULL);
47 
48  DtRwIntegerList(const DtSymbolString& name, const DtRwIntegerList& orig,
49  DtReaderWriterRegistry* parentRegistry = NULL);
51 
56 
65  virtual void addInteger(DtRwInt* rwInt);
66 
70  virtual void removeInteger(DtRwInt* rwInt, DtListItem* listItem);
71 
73  void emptyList();
74 
75 protected:
76 
79  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
80  const DtVariableBindingsList& variableBindings);
81 
83  void copyList(const DtRwIntegerList& orig);
84 };
85 
86 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)