15 #ifndef included_ParallelBuffer_h
16 #define included_ParallelBuffer_h
18 #include "CAROM_config.h"
59 const std::string& text)
75 const std::string& text,
86 #if !defined(__INTEL_COMPILER) && (defined(__GNUG__))
98 const std::string& text,
143 const std::string& text,
155 std::string d_prefix;
160 std::ostream* d_ostream;
180 static const int DEFAULT_BUFFER_SIZE;
int overflow(int ch)
Write an overflow character into the parallel buffer (called from streambuf).
int sync()
Synchronize the parallel buffer (called from streambuf).
~ParallelBuffer()
Destructor.
ParallelBuffer()
Default constructor.
void outputString(const std::string &text)
Write a text string to the output stream.