VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
conversionString.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
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
25 {
26 public:
27 
28  DtConversionString(DtFloat64 val, int precision);
29  DtConversionString(DtFloat32 val, int precision);
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
Contains the DtString class declaration.
unsigned long long DtU64
-------—— Network Layout for a long long (64 bytes unsigned)
Definition: vlMachineTypes.h:185
Contains defines for export control for OMT Reader.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
This is a collection of functions for the DtString class that includes More conversions from differen...
Definition: conversionString.h:24
unsigned char DtU8
An eight bit unsigned integer value.
Definition: vlMachineTypes.h:137
Instances of DtString are used to represent strings.
Definition: vlString.h:29
long long DtInt64
A 64 bit integer value.
Definition: vlMachineTypes.h:188
This file contains typedefs for machine dependant types.

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)