Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos_chartab.hpp
1 // @HEADER
2 // *****************************************************************************
3 // Teuchos: Common Tools Package
4 //
5 // Copyright 2004 NTESS and the Teuchos contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
10 /* This file was auto-generated by
11  gen_Teuchos_chartab */
12 
13 #ifndef TEUCHOS_CHARTAB_HPP
14 #define TEUCHOS_CHARTAB_HPP
15 
16 namespace Teuchos {
17 
18 enum { NCHARS = 98 };
19 
20 #define TEUCHOS_CHARTAB_SIZE 128
21 extern int const chartab[TEUCHOS_CHARTAB_SIZE];
22 extern char const inv_chartab[NCHARS];
23 
24 } // end namespace Teuchos
25 
26 #endif