![]() |
![]() |
#include <CustomUIsession.h>
Public Member Functions | |
CustomUIsession () | |
G4int | ReceiveG4cerr (const G4String &cerrString) override |
G4int | ReceiveG4cout (const G4String &coutString) override |
void | sendToFile (std::ofstream *) |
void | stopSendToFile () |
~CustomUIsession () override | |
Protected Member Functions | |
std::string | trim (const std::string &str) |
Private Attributes | |
std::ofstream * | fout |
Definition at line 13 of file CustomUIsession.h.
CustomUIsession::CustomUIsession | ( | ) |
Definition at line 3 of file CustomUIsession.cc.
|
override |
Definition at line 8 of file CustomUIsession.cc.
|
override |
Definition at line 23 of file CustomUIsession.cc.
References trim().
|
override |
Definition at line 13 of file CustomUIsession.cc.
void CustomUIsession::sendToFile | ( | std::ofstream * | ptr | ) |
Definition at line 35 of file CustomUIsession.cc.
References fout.
Referenced by CMSG4CheckOverlap::CMSG4CheckOverlap().
|
inline |
Definition at line 22 of file CustomUIsession.h.
References fout, str, AlCaHLTBitMon_QueryRunRegistry::string, and trim().
Referenced by CMSG4CheckOverlap::CMSG4CheckOverlap().
|
protected |
Definition at line 29 of file CustomUIsession.cc.
References str.
Referenced by CustomUIsessionThreadPrefix::ReceiveG4cerr(), ReceiveG4cerr(), ReceiveG4cout(), CustomUIsessionThreadPrefix::ReceiveG4cout(), and stopSendToFile().
|
private |
Definition at line 28 of file CustomUIsession.h.
Referenced by ReceiveG4cout(), sendToFile(), and stopSendToFile().