VR-Link API Documentation for HLA Evolved
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
conversionString.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 <
omtReader/omtReader.h
>
12
#include <
vlutil/vlString.h
>
13
#include <
vlutil/vlMachineTypes.h
>
14
#ifdef DtUSE_UTILITIES_NAMESPACE
15
namespace
DtUSE_UTILITIES_NAMESPACE
16
{
17
#endif
18
19
20
21
22
23
24
class
DT_DLL_OMTREADER
DtConversionString
:
public
DtString
25
{
26
public
:
27
28
DtConversionString
(
DtFloat64
val,
int
precision);
29
DtConversionString
(
DtFloat32
val,
int
precision);
30
DtConversionString
(
DtU8
val);
31
DtConversionString
(
DtInt64
val);
32
DtConversionString
(
DtU64
val);
33
34
void
setString(
DtFloat64
val,
int
precision);
35
void
setString(
DtFloat32
val,
int
precision);
36
37
};
38
39
40
#ifdef DtUSE_UTILITIES_NAMESPACE
41
}
// end of namespace DtUSE_UTILITIES_NAMESPACE
42
#endif
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)