VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
stringAttribute.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 #ifndef DtStringAttribute_H_
10 #define DtStringAttribute_H_
11 
12 #include <vlutil/vlString.h>
13 
18 
21 {
22 
23 public:
24 
26 
27  DtStringAttribute(const DtString& key, const DtString& data);
28 
29  virtual ~DtStringAttribute();
30 
32 
33  DtStringAttribute& operator=(const DtStringAttribute& orig);
34 
35  bool operator==(const DtStringAttribute& rhs) const;
36 
37  const DtString& key() const;
38  DtString& key();
39  void setKey(const DtString& newKey);
40 
41  const DtString& data() const;
42  DtString& data();
43  void setData(const DtString& newData);
44 
45 protected:
48 };
49 
50 
51 #endif
#define DT_DLL_readerWriter
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: readerWriterDefines.h:34
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
class DtStringAttribute:
Definition: stringAttribute.h:20
DtString myData
Definition: stringAttribute.h:47
DtString myKey
Definition: stringAttribute.h:46

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)