Gadget
Macros | Variables
gadget.h File Reference
#include <cassert>
#include <cctype>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <cmath>
#include <ctime>
#include <vector>
#include <signal.h>
#include <unistd.h>
#include <sys/param.h>
Include dependency graph for gadget.h:

Go to the source code of this file.

Macros

#define EXIT_SUCCESS   0
 
#define EXIT_FAILURE   1
 
#define TAB   '\t'
 

Variables

const int MaxStrLength = 1025
 
const int LongString = 16385
 
const double verybig = 1e+10
 
const double rathersmall = 1e-10
 
const double verysmall = 1e-20
 
const char chrComment = ';'
 
const char sep = ' '
 
const int lowprecision = 1
 
const int smallprecision = 4
 
const int printprecision = 6
 
const int largeprecision = 8
 
const int fullprecision = 15
 
const int lowwidth = 4
 
const int smallwidth = 8
 
const int printwidth = 10
 
const int largewidth = 12
 
const int fullwidth = 18
 

Macro Definition Documentation

◆ EXIT_FAILURE

#define EXIT_FAILURE   1

◆ EXIT_SUCCESS

#define EXIT_SUCCESS   0

◆ TAB

#define TAB   '\t'

Variable Documentation

◆ chrComment

const char chrComment = ';'

◆ fullprecision

const int fullprecision = 15

◆ fullwidth

const int fullwidth = 18

◆ largeprecision

const int largeprecision = 8

◆ largewidth

const int largewidth = 12

◆ LongString

const int LongString = 16385

◆ lowprecision

const int lowprecision = 1

◆ lowwidth

const int lowwidth = 4

◆ MaxStrLength

const int MaxStrLength = 1025

◆ printprecision

const int printprecision = 6

◆ printwidth

const int printwidth = 10

◆ rathersmall

const double rathersmall = 1e-10

◆ sep

const char sep = ' '

◆ smallprecision

const int smallprecision = 4

◆ smallwidth

const int smallwidth = 8

◆ verybig

const double verybig = 1e+10

◆ verysmall

const double verysmall = 1e-20