33#ifndef OPERATION_GLOBALS_HH
34#define OPERATION_GLOBALS_HH
static void setOutputStream(std::ostream &newOutputStream)
static void runtimeError(const char *message, const char *file, int line, const Operation &parent)
static std::ostream * outputStream_
The global output stream, defaults to std::cout.
OperationGlobals(const OperationGlobals &)
Copying not allowed.
OperationGlobals & operator=(const OperationGlobals &)
Assignment not allowed.
OperationGlobals()
Instantiation not allowed.
static std::ostream & outputStream()