VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwStringList.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrfutil/rwList.h"
12 #include "vrfutil/vrfutilDefines.h"
13 
17 
18 class DtRwString;
19 
21 {
22 public:
23 
26 
28  DtRwStringList(const DtString& name, DtReaderWriterRegistry* const parentRegistry = NULL);
29  DtRwStringList(const DtSymbolString& name, DtReaderWriterRegistry* const parentRegistry = NULL);
30 
32  virtual ~DtRwStringList();
33 
36  virtual DtlObjPtr getData(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
37  const DtVariableBindingsList& variableBindings);
38 
40  DtRwStringList(const DtRwStringList& orig, DtReaderWriterRegistry* const parentRegistry = NULL);
41 
44 
45  virtual void emptyList();
46 
47  virtual const char* readerWriterType() const;
48 
50  static const char* theXmlType();
51 
52  virtual const char* xmlType() const
53  {
54  return theXmlType();
55  }
56 
58  virtual DtRwString* add(const DtString&);
59 
61  virtual DtRwString* add(DtRwString*);
62 
63 protected:
65  void emptyListInternal();
67  void copyList(const DtRwStringList& orig);
68 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)