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 VT MAK
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 

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)