#include <CustomUIsession.h>
|
std::string | trim (const std::string &str) |
|
Definition at line 9 of file CustomUIsession.h.
CustomUIsession::CustomUIsession |
( |
| ) |
|
CustomUIsession::~CustomUIsession |
( |
| ) |
|
|
override |
G4int CustomUIsession::ReceiveG4cerr |
( |
const G4String & |
cerrString | ) |
|
|
override |
Definition at line 16 of file CustomUIsession.cc.
References trim().
std::string trim(const std::string &str)
Log< level::Warning, false > LogWarning
G4int CustomUIsession::ReceiveG4cout |
( |
const G4String & |
coutString | ) |
|
|
override |
Definition at line 7 of file CustomUIsession.cc.
References fout, and trim().
9 (*fout) <<
trim(coutString) <<
"\n";
Log< level::Info, true > LogVerbatim
std::string trim(const std::string &str)
void CustomUIsession::sendToFile |
( |
std::ofstream * |
ptr | ) |
|
void CustomUIsession::stopSendToFile |
( |
| ) |
|
|
inline |
std::string CustomUIsession::trim |
( |
const std::string & |
str | ) |
|
|
protected |
std::ofstream* CustomUIsession::fout |
|
private |