49#ifndef G4MULTICOUTDESTINATION_HH
50#define G4MULTICOUTDESTINATION_HH
74 result &= (e->ReceiveG4debug_(msg) == 0);
76 return (result ? 0 : -1);
83 result &= (e->ReceiveG4cout_(msg) == 0);
85 return (result ? 0 : -1);
92 result &= (e->ReceiveG4cerr_(msg) == 0);
94 return (result ? 0 : -1);
std::unique_ptr< G4coutDestination > G4coutDestinationUPtr
std::vector< G4coutDestinationUPtr > G4coutDestinationVector
G4int ReceiveG4debug(const G4String &msg) override
~G4MulticoutDestination() override=default
G4int ReceiveG4cerr(const G4String &msg) override
G4MulticoutDestination()=default
G4int ReceiveG4cout(const G4String &msg) override