VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfutil
rwRegData.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: rwRegData.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
17
18
#ifndef DtReaderWriterRegistryData_H_
19
#define DtReaderWriterRegistryData_H_
20
21
#include <vlutil/vlString.h>
22
#include <vlutil/vlList.h>
23
#include "tdbutil/symStr.h"
24
25
class
DtReaderWriter
;
26
27
#include "
vrfutil/vrfutilDefines.h
"
28
class
DT_DLL_vrfutil
DtReaderWriterRegistryData
29
{
30
public
:
32
DtReaderWriterRegistryData
();
33
35
DtReaderWriterRegistryData
(
const
DtSymbolString keyword,
DtReaderWriter
*
const
rw);
36
38
DtReaderWriterRegistryData
(
const
DtReaderWriterRegistryData
& orig);
39
41
DtReaderWriterRegistryData
& operator=(
const
DtReaderWriterRegistryData
& orig);
42
44
~
DtReaderWriterRegistryData
();
45
46
const
DtSymbolString& keyword()
const
;
47
DtReaderWriter
*
const
readerWriter()
const
;
48
49
protected
:
50
const
DtSymbolString
myKeyword
;
51
DtReaderWriter
*
const
myReaderWriter
;
52
};
53
54
#endif
55
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)