ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4LockcoutDestination Class Reference

#include <geant4/tree/geant4-10.6-release/source/global/management/include/G4LockcoutDestination.hh>

+ Inheritance diagram for G4LockcoutDestination:
+ Collaboration diagram for G4LockcoutDestination:

Public Member Functions

 G4LockcoutDestination ()=default
 
virtual ~G4LockcoutDestination ()
 
virtual G4int ReceiveG4cout (const G4String &msg) override
 
virtual G4int ReceiveG4cerr (const G4String &msg) override
 
- Public Member Functions inherited from G4coutDestination
 G4coutDestination ()=default
 
virtual ~G4coutDestination ()
 
void AddCoutTransformer (const Transformer &t)
 
void AddCoutTransformer (Transformer &&t)
 
void AddCerrTransformer (const Transformer &t)
 
void AddCerrTransformer (Transformer &&t)
 
virtual void ResetTransformers ()
 
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< TransformertransformersCout
 
std::vector< TransformertransformersCerr
 
- Static Protected Attributes inherited from G4coutDestination
static G4MTGLOB_DLL
G4coutDestination
masterG4coutDestination = nullptr
 

Detailed Description

Definition at line 46 of file G4LockcoutDestination.hh.

View newest version in sPHENIX GitHub at line 46 of file G4LockcoutDestination.hh

Constructor & Destructor Documentation

G4LockcoutDestination::G4LockcoutDestination ( )
default
G4LockcoutDestination::~G4LockcoutDestination ( )
virtual

Definition at line 42 of file G4LockcoutDestination.cc.

View newest version in sPHENIX GitHub at line 42 of file G4LockcoutDestination.cc

Member Function Documentation

G4int G4LockcoutDestination::ReceiveG4cerr ( const G4String msg)
overridevirtual

Reimplemented from G4coutDestination.

Definition at line 53 of file G4LockcoutDestination.cc.

View newest version in sPHENIX GitHub at line 53 of file G4LockcoutDestination.cc

References G4coutDestination::ReceiveG4cerr().

+ Here is the call graph for this function:

G4int G4LockcoutDestination::ReceiveG4cout ( const G4String msg)
overridevirtual

Reimplemented from G4coutDestination.

Definition at line 46 of file G4LockcoutDestination.cc.

View newest version in sPHENIX GitHub at line 46 of file G4LockcoutDestination.cc

References G4coutDestination::ReceiveG4cout().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files: