VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
enumerationNode.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 #ifdef DtUSE_UTILITIES_NAMESPACE
14 namespace DtUSE_UTILITIES_NAMESPACE
15 {
16 #endif
18 {
19 public:
20 
23 
25  virtual ~DtEnumerationNode();
26 
29 
31  DtEnumerationNode& operator=(const DtEnumerationNode& rhs);
32 
33  virtual void setEnum(const DtString&);
34  virtual const DtString& getEnum() const;
35 
36  virtual void setNumber(int);
37  virtual int getNumber() const;
38 
39 
40 protected:
42  int myNumber;
43 
44 };
45 
46 #ifdef DtUSE_UTILITIES_NAMESPACE
47 } // end of namespace DtUSE_UTILITIES_NAMESPACE
48 #endif
DtString myEnum
Definition: enumerationNode.h:41
Contains the DtString class declaration.
Contains defines for export control for OMT Reader.
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
class DT_DLL_OMTREADER DtEnumerationNode
Definition: enumeratedDatatypeNode.h:21
Instances of DtString are used to represent strings.
Definition: vlString.h:29
int myNumber
Definition: enumerationNode.h:42
Definition: enumerationNode.h:17

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)