VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
descriptionNode.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 "omtNode.h"
12 
13 #include <vlutil/vlString.h>
14 #ifdef DtUSE_UTILITIES_NAMESPACE
15 namespace DtUSE_UTILITIES_NAMESPACE
16 {
17 #endif
19 {
20 public:
21 
24 
26  virtual ~DtDescriptionNode();
27 
30 
32  DtDescriptionNode& operator=(const DtDescriptionNode& rhs);
33 
34  virtual void setDescription(const DtString&);
35  virtual const DtString& getDescription() const;
36 
37  virtual void setReliable(const DtString&);
38  virtual const DtString& getReliable() const;
39 
40 
41 protected:
44 
45 };
46 
47 
48 #ifdef DtUSE_UTILITIES_NAMESPACE
49 } // end of namespace DtUSE_UTILITIES_NAMESPACE
50 #endif
DtString myDescription
Definition: descriptionNode.h:42
Contains the DtString class declaration.
Definition: descriptionNode.h:18
#define DT_DLL_OMTREADER
Definition: omtReader.h:27
represents a node in an OMT tree.
Definition: omtNode.h:20
DtString myReliable
Definition: descriptionNode.h:43
Instances of DtString are used to represent strings.
Definition: vlString.h:29

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)