VR-Forces 4.1.1 Class Documentation
rwStringList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: rwStringList.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtRwStringList_H_
13 #define DtRwStringList_H_
14 
15 #include "vrfutil/rwList.h"
16 
20 
21 #include "vrfutil/vrfutilDefines.h"
23 {
24 public:
25 
28 
30  DtRwStringList(const DtString& name, DtReaderWriterRegistry* const parentRegistry = NULL);
31  DtRwStringList(const DtSymbolString& name, DtReaderWriterRegistry* const parentRegistry = NULL);
32 
34  virtual ~DtRwStringList();
35 
38  virtual DtlObjPtr getData(DtlObjPtr args, const DtFilename& searchPath,
39  const DtVariableBindingsList& variableBindings);
40 
42  DtRwStringList(const DtRwStringList& orig, DtReaderWriterRegistry* const parentRegistry = NULL);
43 
46 
47  virtual void emptyList();
48 
49 protected:
51  void emptyListInternal();
53  void copyList(const DtRwStringList& orig);
54 };
55 
56 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)