|
Geant4-11
|
Namespaces | |
| namespace | anonymous_namespace{G4coutFormatters.cc} |
| namespace | ID |
Typedefs | |
| using | SetupStyle_f = std::function< G4int(G4coutDestination *)> |
| using | String_V = std::vector< G4String > |
Functions | |
| G4String | GetMasterStyle () |
| G4int | HandleStyle (G4coutDestination *dest, const G4String &style) |
| String_V | Names () |
| void | RegisterNewStyle (const G4String &name, SetupStyle_f &formatter) |
| void | SetMasterStyle (const G4String &) |
| void | SetupStyleGlobally (const G4String &news) |
| using G4coutFormatters::SetupStyle_f = typedef std::function<G4int(G4coutDestination*)> |
Definition at line 60 of file G4coutFormatters.hh.
| using G4coutFormatters::String_V = typedef std::vector<G4String> |
Definition at line 72 of file G4coutFormatters.hh.
| G4String G4coutFormatters::GetMasterStyle | ( | ) |
Definition at line 120 of file G4coutFormatters.cc.
References G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::masterStyle.
| G4int G4coutFormatters::HandleStyle | ( | G4coutDestination * | dest, |
| const G4String & | style | ||
| ) |
Definition at line 141 of file G4coutFormatters.cc.
References G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::transformers.
Referenced by SetupStyleGlobally().
| String_V G4coutFormatters::Names | ( | ) |
Definition at line 131 of file G4coutFormatters.cc.
References G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::transformers.
| void G4coutFormatters::RegisterNewStyle | ( | const G4String & | name, |
| SetupStyle_f & | formatter | ||
| ) |
Definition at line 147 of file G4coutFormatters.cc.
References G4Exception(), JustWarning, G4InuclParticleNames::name(), and G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::transformers.
| void G4coutFormatters::SetMasterStyle | ( | const G4String & | news | ) |
Definition at line 118 of file G4coutFormatters.cc.
References G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::masterStyle.
Referenced by SetupStyleGlobally().
| void G4coutFormatters::SetupStyleGlobally | ( | const G4String & | news | ) |
Definition at line 122 of file G4coutFormatters.cc.
References G4cerrbuf, G4coutbuf, HandleStyle(), G4strstreambuf::SetDestination(), and SetMasterStyle().