Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MasterForwardcoutDestination.hh>
Public Member Functions | |
G4MasterForwardcoutDestination ()=default | |
~G4MasterForwardcoutDestination () override=default | |
G4int | ReceiveG4debug (const G4String &msg) override |
G4int | ReceiveG4cout (const G4String &msg) override |
G4int | ReceiveG4cerr (const G4String &msg) override |
Public Member Functions inherited from G4coutDestination | |
G4coutDestination ()=default | |
virtual | ~G4coutDestination ()=default |
void | AddDebugTransformer (const Transformer &t) |
void | AddDebugTransformer (Transformer &&t) |
void | AddCoutTransformer (const Transformer &t) |
void | AddCoutTransformer (Transformer &&t) |
void | AddCerrTransformer (const Transformer &t) |
void | AddCerrTransformer (Transformer &&t) |
virtual void | ResetTransformers () |
G4int | ReceiveG4debug_ (const G4String &msg) |
G4int | ReceiveG4cout_ (const G4String &msg) |
G4int | ReceiveG4cerr_ (const G4String &msg) |
Additional Inherited Members | |
Public Types inherited from G4coutDestination | |
using | Transformer = std::function<G4bool(G4String&)> |
Protected Attributes inherited from G4coutDestination | |
std::vector< Transformer > | transformersDebug |
std::vector< Transformer > | transformersCout |
std::vector< Transformer > | transformersCerr |
Static Protected Attributes inherited from G4coutDestination | |
static G4MTGLOB_DLL G4coutDestination * | masterG4coutDestination = nullptr |
Definition at line 44 of file G4MasterForwardcoutDestination.hh.
|
default |
|
overridedefault |
Reimplemented from G4coutDestination.
Definition at line 70 of file G4MasterForwardcoutDestination.cc.
Reimplemented from G4coutDestination.
Definition at line 55 of file G4MasterForwardcoutDestination.cc.
Reimplemented from G4coutDestination.
Definition at line 40 of file G4MasterForwardcoutDestination.cc.