Geant4 11.1.1
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 = 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.
G4int G4coutFormatters::HandleStyle | ( | G4coutDestination * | dest, |
const G4String & | style | ||
) |
Definition at line 141 of file G4coutFormatters.cc.
Referenced by SetupStyleGlobally().
String_V G4coutFormatters::Names | ( | ) |
Definition at line 131 of file G4coutFormatters.cc.
void G4coutFormatters::RegisterNewStyle | ( | const G4String & | name, |
SetupStyle_f & | formatter | ||
) |
Definition at line 147 of file G4coutFormatters.cc.
void G4coutFormatters::SetMasterStyle | ( | const G4String & | news | ) |
Definition at line 118 of file G4coutFormatters.cc.
Referenced by SetupStyleGlobally().
void G4coutFormatters::SetupStyleGlobally | ( | const G4String & | news | ) |
Definition at line 122 of file G4coutFormatters.cc.