35#ifndef G4STRSTREAMBUF_HH
36#define G4STRSTREAMBUF_HH 1
49# define G4coutbuf (*_G4coutbuf_p())
50# define G4cerrbuf (*_G4cerrbuf_p())
69 virtual G4int underflow();
77 char* buffer =
nullptr;
78 G4int count = 0, size = 0;
86#include "G4strstreambuf.icc"
G4GLOB_DLL G4strstreambuf G4coutbuf
G4GLOB_DLL G4strstreambuf G4cerrbuf
~G4strstreambuf() override
void SetDestination(G4coutDestination *dest)
G4coutDestination * GetDestination() const
G4int overflow(G4int c=EOF) override