Geant4-11
|
#include "G4coutFormatters.hh"
Go to the source code of this file.
Namespaces | |
namespace | G4coutFormatters |
namespace | G4coutFormatters::anonymous_namespace{G4coutFormatters.cc} |
Functions | |
G4String | G4coutFormatters::GetMasterStyle () |
G4int | G4coutFormatters::HandleStyle (G4coutDestination *dest, const G4String &style) |
String_V | G4coutFormatters::Names () |
void | G4coutFormatters::RegisterNewStyle (const G4String &name, SetupStyle_f &formatter) |
void | G4coutFormatters::SetMasterStyle (const G4String &) |
void | G4coutFormatters::SetupStyleGlobally (const G4String &news) |
String_V | G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::split (const G4String &input, char separator='\n') |
G4bool | G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::transform (G4String &input, const G4String &type) |
Variables | |
SetupStyle_f | G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::DefaultStyle |
G4String | G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::masterStyle = "" |
SetupStyle_f | G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::SysLogStyle |
std::unordered_map< std::string, SetupStyle_f > | G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::transformers |