|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G4ios.hh"#include "G4coutDestination.hh"#include "G4Threading.hh"#include "G4AutoLock.hh"#include <iostream>Go to the source code of this file.
Functions | |
| void | G4iosInitialization () |
| void | G4iosFinalization () |
| void | G4iosSetDestination (G4coutDestination *sink) |
Variables | |
| G4debugstreambuf | G4debugbuf |
| G4coutstreambuf | G4coutbuf |
| G4cerrstreambuf | G4cerrbuf |
| void G4iosFinalization | ( | ) |
Definition at line 297 of file G4ios.cc.
Referenced by G4StateManager::~G4StateManager(), and G4UImanager::~G4UImanager().
| void G4iosInitialization | ( | ) |
Definition at line 296 of file G4ios.cc.
Referenced by G4UImanager::SetUpForAThread(), and G4UImanager::SetUpForSpecialThread().
| void G4iosSetDestination | ( | G4coutDestination * | sink | ) |
Definition at line 305 of file G4ios.cc.
Referenced by G4MTcoutDestination::G4MTcoutDestination(), G4UImanager::SetCoutDestination(), and G4coutFormatters::SetupStyleGlobally().
| std::ostream G4cerr & G4cerrbuf |
Definition at line 290 of file G4ios.cc.
Referenced by G4iosSetDestination().
| std::ostream G4cout & G4coutbuf |
Definition at line 289 of file G4ios.cc.
Referenced by G4iosSetDestination().
| std::ostream G4debug & G4debugbuf |
Definition at line 288 of file G4ios.cc.
Referenced by G4iosSetDestination().