|
Geant4-11
|
#include <algorithm>#include <ctime>#include <functional>#include <iomanip>#include <sstream>#include <unordered_map>#include <vector>#include "G4String.hh"#include "G4ios.hh"#include "G4strstreambuf.hh"Go to the source code of this file.
Namespaces | |
| namespace | G4coutFormatters |
| namespace | G4coutFormatters::ID |
Typedefs | |
| using | G4coutFormatters::SetupStyle_f = std::function< G4int(G4coutDestination *)> |
| using | G4coutFormatters::String_V = std::vector< G4String > |
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) |
Variables | |
| static const G4String | G4coutFormatters::ID::DEFAULT = "default" |
| static const G4String | G4coutFormatters::ID::SYSLOG = "syslog" |