Geant4  10.02.p03
G4ios.cc File Reference
#include "G4ios.hh"
#include "G4strstreambuf.hh"
Include dependency graph for G4ios.cc:

Go to the source code of this file.

Functions

void G4iosInitialization ()
 
void G4iosFinalization ()
 

Variables

G4strstreambuf G4coutbuf
 
G4strstreambuf G4cerrbuf
 

Function Documentation

◆ G4iosFinalization()

void G4iosFinalization ( )

Definition at line 86 of file G4ios.cc.

86 {}
Here is the caller graph for this function:

◆ G4iosInitialization()

void G4iosInitialization ( )

Definition at line 85 of file G4ios.cc.

85 {}
Here is the caller graph for this function:

Variable Documentation

◆ G4cerrbuf

std::ostream G4cerr& G4cerrbuf

Definition at line 81 of file G4ios.cc.

◆ G4coutbuf

std::ostream G4cout& G4coutbuf

Definition at line 80 of file G4ios.cc.