VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
enumDatatypeRep.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 "numberDatatypeRep.h"
12 #include <vlutil/vlString.h>
13 #ifdef DtUSE_UTILITIES_NAMESPACE
14 namespace DtUSE_UTILITIES_NAMESPACE
15 {
16 #endif
17 // Data representation type for enumerations
18 // Abstract base class -- concrete implementations
19 // found in DtEnum8DatatypeRep, DtEnum16DatatypeRep
20 // and DtEnum32DatatypeRep
22 {
23 public:
24 
26  DtEnumDatatypeRep(bool useImplicitPadding);
28  virtual ~DtEnumDatatypeRep();
32  DtEnumDatatypeRep& operator=(const DtEnumDatatypeRep& rhs);
33 
35  virtual unsigned int enumVal(const void*, int* size = 0) const = 0;
36 };
37 
38 
39 #ifdef DtUSE_UTILITIES_NAMESPACE
40 } // end of namespace DtUSE_UTILITIES_NAMESPACE
41 #endif
A type of datatype that can turn itself into a number (double) representation.
Definition: numberDatatypeRep.h:19
Contains the DtString class declaration.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
Definition: enumDatatypeRep.h:21

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)