|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4strstreambuf.hh>
Inheritance diagram for G4strstreambuf:Public Member Functions | |
| G4strstreambuf () | |
| ~G4strstreambuf () | |
| virtual G4int | overflow (G4int c=EOF) |
| virtual G4int | sync () |
| void | SetDestination (G4coutDestination *dest) |
| G4coutDestination * | GetDestination () const |
| G4int | ReceiveString () |
Definition at line 59 of file G4strstreambuf.hh.
| G4strstreambuf::G4strstreambuf | ( | ) |
| G4strstreambuf::~G4strstreambuf | ( | ) |
|
inline |
|
inline |
| void G4strstreambuf::SetDestination | ( | G4coutDestination * | dest | ) |
|
virtual |