60   newCommand = newCommand.
strip(1,
'\r'); 
 
   63   while( (newCommand.length() > 0) &&
 
   64      (newCommand[newCommand.length()-1] == 
'_') ) {
 
   66     newCommand.
remove(newCommand.length()-1);
 
   73     newCommand.
append(newLine);
 
virtual void MakePrompt(const char *msg=0)
 
G4String & remove(str_size)
 
G4String strip(G4int strip_Type=trailing, char c=' ')
 
std::istream & readLine(std::istream &, G4bool skipWhite=true)
 
G4UIcsh(const G4String &prompt="%s> ")
 
G4GLOB_DLL std::ostream G4cout
 
G4String & append(const G4String &)
 
virtual G4String GetCommandLineString(const char *msg=0)