VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
omtReader
stringDatatypeRep.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
7
#pragma once
8
9
10
11
#include "
datatypeRep.h
"
12
13
#include <
vlutil/vlString.h
>
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
19
20
class
DT_DLL_OMTREADER
DtStringDatatypeRep
:
public
DtDatatypeRep
21
{
22
public
:
23
25
DtStringDatatypeRep
();
26
28
virtual
~
DtStringDatatypeRep
();
29
31
DtStringDatatypeRep
(
const
DtStringDatatypeRep
& orig);
32
34
DtStringDatatypeRep
& operator=(
const
DtStringDatatypeRep
& rhs);
35
37
virtual
const
char
* datatype()
const
;
38
40
virtual
DtString
stringRep(
const
void
* ptr,
int
* size = 0)
const
;
41
43
virtual
std::vector<char> valueFromStringRep(
const
DtString
& stringRep)
const
;
44
};
45
46
47
#ifdef DtUSE_UTILITIES_NAMESPACE
48
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
49
#endif
Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)