VR-Forces 5.0.1 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
readerWriter
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
19
#include "
readerWriter/readerWriterDefines.h
"
20
class
DT_DLL_readerWriter
DtStringAttribute
21
{
22
23
public
:
24
25
DtStringAttribute
();
26
27
DtStringAttribute
(
const
DtString
& key,
const
DtString
& data);
28
29
virtual
~
DtStringAttribute
();
30
31
DtStringAttribute
(
const
DtStringAttribute
& orig);
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
:
46
DtString
myKey
;
47
DtString
myData
;
48
};
49
50
51
#endif
DT_DLL_readerWriter
#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
operator==
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
readerWriterDefines.h
DtStringAttribute
class DtStringAttribute:
Definition:
stringAttribute.h:20
DtStringAttribute::myData
DtString myData
Definition:
stringAttribute.h:47
DtString
DtStringAttribute::myKey
DtString myKey
Definition:
stringAttribute.h:46
Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)