Geant4
10.03.p01
|
#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) |
void | SetIgnoreInit (G4bool val=true) |
G4String | GetPrefixString () const |
G4String | GetFullPrefixString () const |
Public Member Functions inherited from G4coutDestination | |
G4coutDestination () | |
virtual | ~G4coutDestination () |
Additional Inherited Members | |
Static Protected Attributes inherited from G4coutDestination | |
static G4coutDestination * | masterG4coutDestination = 0 |
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.
|
virtual |
Definition at line 49 of file G4MTcoutDestination.cc.
|
inline |
Definition at line 63 of file G4MTcoutDestination.hh.
|
inline |
Definition at line 62 of file G4MTcoutDestination.hh.
Reimplemented from G4coutDestination.
Definition at line 90 of file G4MTcoutDestination.cc.
Reimplemented from G4coutDestination.
Definition at line 59 of file G4MTcoutDestination.cc.
void G4MTcoutDestination::SetCerrFileName | ( | const G4String & | fileN = "G4cerr.txt" , |
G4bool | ifAppend = true |
||
) |
void G4MTcoutDestination::SetCoutFileName | ( | const G4String & | fileN = "G4cout.txt" , |
G4bool | ifAppend = true |
||
) |
Definition at line 148 of file G4MTcoutDestination.cc.