Teuchos - Trilinos Tools Package
Version of the Day
parser
src
Teuchos_chartab.hpp
1
/* This file was auto-generated by
2
gen_Teuchos_chartab */
3
4
#ifndef TEUCHOS_CHARTAB_HPP
5
#define TEUCHOS_CHARTAB_HPP
6
7
namespace
Teuchos
{
8
9
enum
{ NCHARS = 98 };
10
11
extern
int
const
chartab[128];
12
extern
char
const
inv_chartab[NCHARS];
13
14
}
// end namespace Teuchos
15
16
#endif
Teuchos
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines.
Generated by
1.8.13