99 ios_base::fmtflags
flags()
const
101 return ios_base::fmtflags(0);
139 const bool quoted=
true
182 virtual int width()
const
188 virtual int width(
const int)
209 ios_base::fmtflags
flags(
const ios_base::fmtflags)
211 return ios_base::fmtflags(0);
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
static const versionNumber currentVersion
Current version number.
streamFormat format() const
Return current stream format.
bool global() const
Return global state.
streamFormat
Enumeration for the format of data in the stream.
versionNumber version() const
Return the stream version.
ios_base::fmtflags flags() const
Return flags of output stream.
virtual void indent()
Add indentation characters.
virtual void endl()
Add newline and flush stream.
virtual Ostream & writeQuoted(const std::string &, const bool quoted=true)
Write std::string surrounded by quotes.
virtual const fileName & name() const
Return the name of the stream.
virtual Ostream & write(const token &)
Write token.
OTstream(const string &name, const streamFormat format=ASCII, const versionNumber version=currentVersion, const bool global=false)
Construct given name write format and IO version.
virtual ~OTstream()
Destructor.
virtual int width() const
Get width of output field.
void print(Ostream &) const
Print description of IOstream to Ostream.
virtual Ostream & writeCompoundTag(const word &typeName)
No need to write the compound token tag for an OTstream.
virtual void flush()
Flush stream.
virtual int precision() const
Get precision of output field.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A class for handling file names.
A class for handling keywords in dictionaries.
A token holds items read from Istream.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
A class for handling verbatimStrings, derived from string.
A class for handling words, derived from string.
double doubleScalar
Double precision floating point scalar type.
float floatScalar
Float precision floating point scalar type.
long double longDoubleScalar
Lang double precision floating point scalar type.