VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
omtDatatypeNode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 
9 
10 #include <omtReader/omtNode.h>
11 
12 #ifdef DtUSE_UTILITIES_NAMESPACE
13 namespace DtUSE_UTILITIES_NAMESPACE
14 {
15 #endif
16 
17 
19 {
20 public:
21 
24 
26  virtual ~DtOMTDatatypeNode();
27 
30 
32  DtOMTDatatypeNode& operator=(const DtOMTDatatypeNode& rhs);
33 
34  virtual void setDatatype(const DtString&);
35  virtual const DtString& getDatatype() const;
36 
37 protected:
39 
40 };
41 
42 
43 #ifdef DtUSE_UTILITIES_NAMESPACE
44 } // end of namespace DtUSE_UTILITIES_NAMESPACE
45 #endif

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)