VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
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
"
23
class
DT_DLL_vrfutil
DtStringAttribute
24
{
25
26
public
:
27
28
DtStringAttribute
();
29
30
DtStringAttribute
(
const
DtString
& key,
const
DtString
& data);
31
32
virtual
~
DtStringAttribute
();
33
34
DtStringAttribute
(
const
DtStringAttribute
& orig);
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
:
49
DtString
myKey
;
50
DtString
myData
;
51
};
52
53
54
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)