MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
fieldComponentNode.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>
15 {
16 public:
17 
20 
22  virtual ~DtFieldComponentNode();
23 
26 
29 
30  virtual void setDescription(const DtString&);
31  virtual const DtString& getDescription() const;
32 
33 
34 protected:
35  DtString myDescription;
36 
37 };
38 
39 
40 
#define DT_DLL_OMTREADER
Definition: omtReader.h:23
Definition: fieldComponentNode.h:14
represents a node in an OMT tree containing a datatype description.
Definition: omtDatatypeNode.h:14
DtOMTDatatypeNode & operator=(const DtOMTDatatypeNode &rhs)
Assignment Operator.
DtString myDescription
Definition: fieldComponentNode.h:35

Document ID: Generated on Mon Mar 22 15:30:17 EDT 2021 from SVN revision 226440
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)