Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
asciitab.h
Go to the documentation of this file.
1/*
2 __ __ _
3 ___\ \/ /_ __ __ _| |_
4 / _ \\ /| '_ \ / _` | __|
5 | __// \| |_) | (_| | |_
6 \___/_/\_\ .__/ \__,_|\__|
7 |_| XML parser
8
9 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
10 Copyright (c) 2000 Clark Cooper <[email protected]>
11 Copyright (c) 2002 Fred L. Drake, Jr. <[email protected]>
12 Copyright (c) 2017 Sebastian Pipping <[email protected]>
13 Licensed under the MIT license:
14
15 Permission is hereby granted, free of charge, to any person obtaining
16 a copy of this software and associated documentation files (the
17 "Software"), to deal in the Software without restriction, including
18 without limitation the rights to use, copy, modify, merge, publish,
19 distribute, sublicense, and/or sell copies of the Software, and to permit
20 persons to whom the Software is furnished to do so, subject to the
21 following conditions:
22
23 The above copyright notice and this permission notice shall be included
24 in all copies or substantial portions of the Software.
25
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
28 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
29 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
30 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
31 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
32 USE OR OTHER DEALINGS IN THE SOFTWARE.
33*/
34
43 /* 0x20 */ BT_S, BT_EXCL, BT_QUOT, BT_NUM,
48 /* 0x34 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT,
59 /* 0x60 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX,
60 /* 0x64 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT,
BT_DIGIT
Definition: asciitab.h:47
BT_OTHER
Definition: asciitab.h:44
BT_AMP
Definition: asciitab.h:44
BT_RSQB
Definition: asciitab.h:58
BT_QUEST
Definition: asciitab.h:50
BT_QUOT
Definition: asciitab.h:43
BT_PERCNT
Definition: asciitab.h:44
BT_SEMI
Definition: asciitab.h:49
BT_NUM
Definition: asciitab.h:43
BT_NMSTRT
Definition: asciitab.h:52
BT_CR
Definition: asciitab.h:38
BT_LPAR
Definition: asciitab.h:45
BT_AST
Definition: asciitab.h:45
BT_APOS
Definition: asciitab.h:44
BT_HEX
Definition: asciitab.h:51
BT_PLUS
Definition: asciitab.h:45
BT_COMMA
Definition: asciitab.h:46
BT_NAME
Definition: asciitab.h:46
BT_SOL
Definition: asciitab.h:46
BT_LF
Definition: asciitab.h:37
BT_EXCL
Definition: asciitab.h:43
BT_VERBAR
Definition: asciitab.h:66
BT_COLON
Definition: asciitab.h:49
BT_RPAR
Definition: asciitab.h:45
BT_LT
Definition: asciitab.h:50
BT_GT
Definition: asciitab.h:50
BT_LSQB
Definition: asciitab.h:57
BT_MINUS
Definition: asciitab.h:46
BT_NONXML
Definition: asciitab.h:35
BT_S
Definition: asciitab.h:37
BT_EQUALS
Definition: asciitab.h:50