VR-Forces 4.6.1 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 /*********************************************************************
6 ** $RCSfile: stringAttribute.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtStringAttribute_H_
13 #define DtStringAttribute_H_
14 
15 #include <vlutil/vlString.h>
16 
21 
22 #include "vrfutil/vrfutilDefines.h"
24 {
25 
26 public:
27 
29 
30  DtStringAttribute(const DtString& key, const DtString& data);
31 
32  virtual ~DtStringAttribute();
33 
35 
36  DtStringAttribute& operator=(const DtStringAttribute& orig);
37 
38  bool operator==(const DtStringAttribute& rhs) const;
39 
40  const DtString& key() const;
41  DtString& key();
42  void setKey(const DtString& newKey);
43 
44  const DtString& data() const;
45  DtString& data();
46  void setData(const DtString& newData);
47 
48 protected:
51 };
52 
53 
54 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)