Geant4-11
Variables
G4UItcsh.cc File Reference
#include "G4Types.hh"
#include "G4StateManager.hh"
#include "G4UIcommandStatus.hh"
#include "G4UItcsh.hh"
#include <ctype.h>
#include <sstream>
#include <fstream>
#include <stdlib.h>

Go to the source code of this file.

Variables

static const char AsciiBS = '\010'
 
static const char AsciiCtrA = '\001'
 
static const char AsciiCtrB = '\002'
 
static const char AsciiCtrC = '\003'
 
static const char AsciiCtrD = '\004'
 
static const char AsciiCtrE = '\005'
 
static const char AsciiCtrF = '\006'
 
static const char AsciiCtrK = '\013'
 
static const char AsciiCtrL = '\014'
 
static const char AsciiCtrN = '\016'
 
static const char AsciiCtrP = '\020'
 
static const char AsciiCtrQ = '\021'
 
static const char AsciiCtrS = '\023'
 
static const char AsciiCtrZ = '\032'
 
static const char AsciiDEL = '\177'
 
static const char AsciiESC = '\033'
 
static const int AsciiPrintableMin = 32
 
static const char AsciiTAB = '\011'
 
static const G4String historyFileName = "/.g4_hist"
 

Variable Documentation

◆ AsciiBS

const char AsciiBS = '\010'
static

◆ AsciiCtrA

const char AsciiCtrA = '\001'
static

Definition at line 41 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrB

const char AsciiCtrB = '\002'
static

Definition at line 42 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrC

const char AsciiCtrC = '\003'
static

Definition at line 43 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrD

const char AsciiCtrD = '\004'
static

Definition at line 44 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrE

const char AsciiCtrE = '\005'
static

Definition at line 45 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrF

const char AsciiCtrF = '\006'
static

Definition at line 46 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrK

const char AsciiCtrK = '\013'
static

Definition at line 47 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrL

const char AsciiCtrL = '\014'
static

Definition at line 48 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrN

const char AsciiCtrN = '\016'
static

Definition at line 49 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrP

const char AsciiCtrP = '\020'
static

Definition at line 50 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrQ

const char AsciiCtrQ = '\021'
static

Definition at line 51 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrS

const char AsciiCtrS = '\023'
static

Definition at line 52 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiCtrZ

const char AsciiCtrZ = '\032'
static

Definition at line 53 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiDEL

const char AsciiDEL = '\177'
static

Definition at line 56 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiESC

const char AsciiESC = '\033'
static

Definition at line 57 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ AsciiPrintableMin

const int AsciiPrintableMin = 32
static

Definition at line 59 of file G4UItcsh.cc.

Referenced by G4UItcsh::InsertCharacter().

◆ AsciiTAB

const char AsciiTAB = '\011'
static

Definition at line 54 of file G4UItcsh.cc.

Referenced by G4UItcsh::ReadLine().

◆ historyFileName

const G4String historyFileName = "/.g4_hist"
static

Definition at line 62 of file G4UItcsh.cc.

Referenced by G4UItcsh::G4UItcsh(), and G4UItcsh::~G4UItcsh().