Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
iasciitab.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
35/* Like asciitab.h, except that 0xD has code BT_S rather than BT_CR */
39 /* 0x0C */ BT_NONXML, BT_S, BT_NONXML, BT_NONXML,
44 /* 0x20 */ BT_S, BT_EXCL, BT_QUOT, BT_NUM,
49 /* 0x34 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT,
60 /* 0x60 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX,
61 /* 0x64 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT,
BT_DIGIT
Definition iasciitab.h:48
BT_OTHER
Definition iasciitab.h:45
BT_AMP
Definition iasciitab.h:45
BT_RSQB
Definition iasciitab.h:59
BT_QUEST
Definition iasciitab.h:51
BT_QUOT
Definition iasciitab.h:44
BT_PERCNT
Definition iasciitab.h:45
BT_SEMI
Definition iasciitab.h:50
BT_NUM
Definition iasciitab.h:44
BT_NMSTRT
Definition iasciitab.h:53
BT_LPAR
Definition iasciitab.h:46
BT_AST
Definition iasciitab.h:46
BT_APOS
Definition iasciitab.h:45
BT_HEX
Definition iasciitab.h:52
BT_PLUS
Definition iasciitab.h:46
BT_COMMA
Definition iasciitab.h:47
BT_NAME
Definition iasciitab.h:47
BT_SOL
Definition iasciitab.h:47
BT_LF
Definition iasciitab.h:38
BT_EXCL
Definition iasciitab.h:44
BT_VERBAR
Definition iasciitab.h:67
BT_COLON
Definition iasciitab.h:50
BT_RPAR
Definition iasciitab.h:46
BT_LT
Definition iasciitab.h:51
BT_GT
Definition iasciitab.h:51
BT_LSQB
Definition iasciitab.h:58
BT_MINUS
Definition iasciitab.h:47
BT_NONXML
Definition iasciitab.h:36
BT_S
Definition iasciitab.h:38
BT_EQUALS
Definition iasciitab.h:51