![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <algorithm>#include <sstream>#include <vector>#include <ctime>#include <iomanip>#include <functional>#include <unordered_map>#include "G4String.hh"#include "G4ios.hh"#include "G4strstreambuf.hh"
Include dependency graph for G4coutFormatters.hh:
This graph shows which files directly or indirectly include this file: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 | |
| String_V | G4coutFormatters::Names () |
| G4int | G4coutFormatters::HandleStyle (G4coutDestination *dest, const G4String &style) |
| void | G4coutFormatters::SetMasterStyle (const G4String &) |
| G4String | G4coutFormatters::GetMasterStyle () |
| void | G4coutFormatters::SetupStyleGlobally (const G4String &news) |
| void | G4coutFormatters::RegisterNewStyle (const G4String &name, SetupStyle_f &formatter) |
Variables | |
| static const G4String | G4coutFormatters::ID::SYSLOG = "syslog" |
| static const G4String | G4coutFormatters::ID::DEFAULT = "default" |