Geant4.10
|
#include <G4MTcoutDestination.hh>
Public Member Functions | |
G4MTcoutDestination (const G4int &threadId, std::ostream &co=std::cout, std::ostream &ce=std::cerr) | |
virtual | ~G4MTcoutDestination () |
virtual G4int | ReceiveG4cout (const G4String &) |
virtual G4int | ReceiveG4cerr (const G4String &) |
void | SetCoutFileName (const G4String &fileN="G4cout.txt", G4bool ifAppend=true) |
void | SetCerrFileName (const G4String &fileN="G4cerr.txt", G4bool ifAppend=true) |
void | EnableBuffering (G4bool flag=true) |
void | SetPrefixString (const G4String &wd="G4WT") |
void | SetIgnoreCout (G4int tid=0) |
![]() | |
G4coutDestination () | |
virtual | ~G4coutDestination () |
Definition at line 45 of file G4MTcoutDestination.hh.
G4MTcoutDestination::G4MTcoutDestination | ( | const G4int & | threadId, |
std::ostream & | co = std::cout , |
||
std::ostream & | ce = std::cerr |
||
) |
Definition at line 38 of file G4MTcoutDestination.cc.
References G4cerrbuf, G4coutbuf, and G4strstreambuf::SetDestination().
|
virtual |
Definition at line 48 of file G4MTcoutDestination.cc.
Definition at line 105 of file G4MTcoutDestination.cc.
Referenced by G4UImanager::SetThreadUseBuffer().
Reimplemented from G4coutDestination.
Definition at line 68 of file G4MTcoutDestination.cc.
Reimplemented from G4coutDestination.
Definition at line 57 of file G4MTcoutDestination.cc.
void G4MTcoutDestination::SetCerrFileName | ( | const G4String & | fileN = "G4cerr.txt" , |
G4bool | ifAppend = true |
||
) |
Definition at line 92 of file G4MTcoutDestination.cc.
References testem0::app.
Referenced by G4UImanager::SetCerrFileName().
void G4MTcoutDestination::SetCoutFileName | ( | const G4String & | fileN = "G4cout.txt" , |
G4bool | ifAppend = true |
||
) |
Definition at line 79 of file G4MTcoutDestination.cc.
References testem0::app.
Referenced by G4UImanager::SetCoutFileName().
Definition at line 114 of file G4MTcoutDestination.cc.
Referenced by G4UImanager::SetThreadIgnore(), and G4UImanager::SetUpForAThread().
Definition at line 111 of file G4MTcoutDestination.cc.
Referenced by G4UImanager::SetThreadPrefixString().