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) |
Public Member Functions inherited from G4coutDestination | |
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 |
||
) |
|
virtual |
Definition at line 48 of file G4MTcoutDestination.cc.
Reimplemented from G4coutDestination.
Definition at line 68 of file G4MTcoutDestination.cc.
Reimplemented from G4coutDestination.
Definition at line 57 of file G4MTcoutDestination.cc.