Geant4
10.00.p01
|
#include <G4strstreambuf.hh>
Public Member Functions | |
G4strstreambuf () | |
~G4strstreambuf () | |
virtual G4int | overflow (G4int c=EOF) |
virtual G4int | sync () |
void | SetDestination (G4coutDestination *dest) |
G4int | ReceiveString () |
Private Member Functions | |
G4strstreambuf (const G4strstreambuf &) | |
G4strstreambuf & | operator= (const G4strstreambuf &) |
Private Attributes | |
char * | buffer |
G4int | count |
G4int | size |
G4coutDestination * | destination |
Definition at line 56 of file G4strstreambuf.hh.
G4strstreambuf::G4strstreambuf | ( | ) |
G4strstreambuf::~G4strstreambuf | ( | ) |
|
private |
|
private |
|
inline |
void G4strstreambuf::SetDestination | ( | G4coutDestination * | dest | ) |
Referenced by G4CerrToFile::G4CerrToFile(), G4CoutToFile::G4CoutToFile(), G4MTcoutDestination::G4MTcoutDestination(), G4UImanager::SetCoutDestination(), and pyglobals::SetG4PyCoutDestination().
|
virtual |
|
private |
Definition at line 75 of file G4strstreambuf.hh.
|
private |
Definition at line 76 of file G4strstreambuf.hh.
|
private |
Definition at line 77 of file G4strstreambuf.hh.
|
private |
Definition at line 76 of file G4strstreambuf.hh.