0031668: Visualization - WebGL sample doesn't work on Emscripten 1.39
[occt.git] / src / Units / Units_UnitsLexicon.hxx
CommitLineData
42cf5bc1 1// Created on: 1993-10-08
2// Created by: Gilles DEBARBOUILLE
3// Copyright (c) 1993-1999 Matra Datavision
4// Copyright (c) 1999-2014 OPEN CASCADE SAS
5//
6// This file is part of Open CASCADE Technology software library.
7//
8// This library is free software; you can redistribute it and/or modify it under
9// the terms of the GNU Lesser General Public License version 2.1 as published
10// by the Free Software Foundation, with special exception defined in the file
11// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12// distribution for complete text of the license and disclaimer of any warranty.
13//
14// Alternatively, this file may be used under the terms of Open CASCADE
15// commercial license or contractual agreement.
16
17#ifndef _Units_UnitsLexicon_HeaderFile
18#define _Units_UnitsLexicon_HeaderFile
19
20#include <Standard.hxx>
21#include <Standard_Type.hxx>
22
23#include <Standard_Time.hxx>
24#include <Units_Lexicon.hxx>
25#include <Standard_CString.hxx>
26#include <Standard_Boolean.hxx>
27class TCollection_HAsciiString;
28class TCollection_AsciiString;
29
30
31class Units_UnitsLexicon;
32DEFINE_STANDARD_HANDLE(Units_UnitsLexicon, Units_Lexicon)
33
34//! This class defines a lexicon useful to analyse and
35//! recognize the different key words included in a
36//! sentence. The lexicon is stored in a sequence of
37//! tokens.
38class Units_UnitsLexicon : public Units_Lexicon
39{
40
41public:
42
42cf5bc1 43 //! Returns an empty instance of UnitsLexicon
44 Standard_EXPORT Units_UnitsLexicon();
45
46 //! Reads the files <afilename1> and <afilename2> to
47 //! create a sequence of tokens stored in
48 //! <thesequenceoftokens>.
ee5befae 49 Standard_EXPORT void Creates (const Standard_Boolean amode = Standard_True);
50
42cf5bc1 51 //! Useful for debugging.
52 virtual void Dump() const Standard_OVERRIDE;
53
54
55
56
92efcf78 57 DEFINE_STANDARD_RTTIEXT(Units_UnitsLexicon,Units_Lexicon)
42cf5bc1 58
59protected:
60
61
62
42cf5bc1 63private:
64
65
42cf5bc1 66};
67
68
69#include <Units_UnitsLexicon.lxx>
70
71
72
73
74
75#endif // _Units_UnitsLexicon_HeaderFile