Go to the documentation of this file.
30 const word& streamName
33 Ostream(os, streamName, writeFormat::ASCII)
57 size_t len = std::strlen(str);
145 const char* binaryData,
146 std::streamsize
count
iOstream & writeQuoted(const word &str, const bool quoted=true) override
Write std::string surrounded by quotes.
bool write(const token &tok)
Write token to stream or otherwise handle it.
processorOstream & setColor(const char *colorCode)
Output stream for MPI parallel run, when we need to know which the processor number in the output lin...
void indent() override
Add indentation characters.
void checkForPrefix()
Output the prefix if required.
processorOstream(std::ostream &os, const word &streamName)
From components.
auto count(const Vector< T, Allocator > &vec, const T &val)
void indent() override
Add indentation characters.
iOstream & writeQuoted(const word &str, const bool quoted=true) override
Write std::string surrounded by quotes.
bool printPrefix_
Print prefix?
unsigned long long int uint64
bool write(const token &tok) override
Write token to stream or otherwise handle it.
Standard output stream for BINARY and ASCII formats.
Interface class for any output stream.