VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
alternativeComponentNode.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 
12 
13 #include <vlutil/vlString.h>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
18 
20 {
21 public:
22 
25 
27  virtual ~DtAlternativeComponentNode();
28 
31 
34 
35  virtual void setEnumerator(const DtString&);
36  virtual const DtString& getEnumerator() const;
37 
38  virtual void setDescription(const DtString&);
39  virtual const DtString& getDescription() const;
40 
41 
42 protected:
45 
46 };
47 
48 
49 #ifdef DtUSE_UTILITIES_NAMESPACE
50 } // end of namespace DtUSE_UTILITIES_NAMESPACE
51 #endif
52 
DtString myEnumerator
Definition: alternativeComponentNode.h:43
Contains the DtString class declaration.
DtString myDescription
Definition: alternativeComponentNode.h:44
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
represents a node in an OMT tree containing a datatype description.
Definition: omtDatatypeNode.h:18
Instances of DtString are used to represent strings.
Definition: vlString.h:29
Definition: alternativeComponentNode.h:19

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)