Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#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 | |
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) |