Go to the documentation of this file.
23 #ifndef __Ostream_hpp__
24 #define __Ostream_hpp__
73 virtual ios_base::fmtflags
flags()
const;
121 ios_base::fmtflags
flags(
const ios_base::fmtflags f)
override;
124 void flush()
override;
127 void endl()
override;
130 char fill()
const override;
134 char fill(
const char fillch)
override;
137 int width()
const override;
141 int width(
const int w)
override;
iOstream & writeQuoted(const word &str, const bool quoted=true) override
Write std::string surrounded by quotes.
virtual ios_base::fmtflags flags() const
Return flags of stream.
void flush() override
Flush stream.
void operator=(const Ostream &)=delete
void indent() override
Add indentation characters.
int width() const override
Get width of output field.
char fill() const override
Get padding character.
int precision() const override
Get precision of output field.
void endl() override
Add newline and flush stream.
virtual word & name()
Return non-const access to the name of the stream.
virtual const word & name() const
Return the name of the stream.
unsigned short int uint16
auto count(const Vector< T, Allocator > &vec, const T &val)
Ostream(std::ostream &os, const word &streamName, writeFormat wf=ASCII)
virtual std::ostream & stdStream()
bool write(const token &tok) override
Write Functions.
virtual const std::ostream & stdStream() const