ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>
+ Include dependency graph for G4UItcsh.cc:

Go to the source code of this file.

Variables

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 AsciiTAB = '\011'
 
static const char AsciiBS = '\010'
 
static const char AsciiDEL = '\177'
 
static const char AsciiESC = '\033'
 
static const int AsciiPrintableMin = 32
 
static const G4String historyFileName = "/.g4_hist"
 

Variable Documentation

const char AsciiCtrA = '\001'
static

Definition at line 41 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 41 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrB = '\002'
static

Definition at line 42 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 42 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrC = '\003'
static

Definition at line 43 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 43 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrD = '\004'
static

Definition at line 44 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 44 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrE = '\005'
static

Definition at line 45 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 45 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrF = '\006'
static

Definition at line 46 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 46 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrK = '\013'
static

Definition at line 47 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 47 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrL = '\014'
static

Definition at line 48 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 48 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrN = '\016'
static

Definition at line 49 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 49 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrP = '\020'
static

Definition at line 50 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 50 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrQ = '\021'
static

Definition at line 51 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 51 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrS = '\023'
static

Definition at line 52 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 52 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiCtrZ = '\032'
static

Definition at line 53 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 53 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiDEL = '\177'
static

Definition at line 56 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 56 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const char AsciiESC = '\033'
static

Definition at line 57 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 57 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const int AsciiPrintableMin = 32
static

Definition at line 59 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 59 of file G4UItcsh.cc

Referenced by G4UItcsh::InsertCharacter().

const char AsciiTAB = '\011'
static

Definition at line 54 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 54 of file G4UItcsh.cc

Referenced by G4UItcsh::ReadLine().

const G4String historyFileName = "/.g4_hist"
static

Definition at line 62 of file G4UItcsh.cc.

View newest version in sPHENIX GitHub at line 62 of file G4UItcsh.cc

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