summaryrefslogtreecommitdiff
path: root/inc/MoniTool_ValueType.hxx
blob: 731d79b6777cd754c444f74ee25bea5945a29e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _MoniTool_ValueType_HeaderFile
#define _MoniTool_ValueType_HeaderFile


enum MoniTool_ValueType {
MoniTool_ValueMisc,
MoniTool_ValueInteger,
MoniTool_ValueReal,
MoniTool_ValueIdent,
MoniTool_ValueVoid,
MoniTool_ValueText,
MoniTool_ValueEnum,
MoniTool_ValueLogical,
MoniTool_ValueSub,
MoniTool_ValueHexa,
MoniTool_ValueBinary
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif