|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
Namespaces | |
| namespace | ID |
Typedefs | |
| using | SetupStyle_f = std::function<G4int(G4coutDestination*)> |
| using | String_V = std::vector<G4String> |
Functions | |
| String_V | Names () |
| G4int | HandleStyle (G4coutDestination *dest, const G4String &style) |
| void | SetMasterStyle (const G4String &) |
| G4String | GetMasterStyle () |
| void | SetupStyleGlobally (const G4String &news) |
| void | RegisterNewStyle (const G4String &name, SetupStyle_f &formatter) |
| using G4coutFormatters::SetupStyle_f = std::function<G4int(G4coutDestination*)> |
Definition at line 60 of file G4coutFormatters.hh.
| using G4coutFormatters::String_V = std::vector<G4String> |
Definition at line 72 of file G4coutFormatters.hh.
| G4String G4coutFormatters::GetMasterStyle | ( | ) |
Definition at line 119 of file G4coutFormatters.cc.
| G4int G4coutFormatters::HandleStyle | ( | G4coutDestination * | dest, |
| const G4String & | style ) |
Definition at line 139 of file G4coutFormatters.cc.
Referenced by SetupStyleGlobally().
| String_V G4coutFormatters::Names | ( | ) |
Definition at line 129 of file G4coutFormatters.cc.
| void G4coutFormatters::RegisterNewStyle | ( | const G4String & | name, |
| SetupStyle_f & | formatter ) |
Definition at line 145 of file G4coutFormatters.cc.
| void G4coutFormatters::SetMasterStyle | ( | const G4String & | news | ) |
Definition at line 117 of file G4coutFormatters.cc.
Referenced by SetupStyleGlobally().
| void G4coutFormatters::SetupStyleGlobally | ( | const G4String & | news | ) |
Definition at line 121 of file G4coutFormatters.cc.