53 inline Ostream& operator<<(Ostream& os, const Smanip<T>& m);
59 inline Ostream& operator<<(Ostream& os, const Omanip<T>& m);
94 inline Ostream& operator<<(Ostream& os, const Smanip<T>& m)
154 inline Ostream& operator<<(Ostream& os, const Omanip<T>& m)
165 const ios_base::fmtflags flags
Omanip< IOstream::compressionType > setcompression(const IOstream::compressionType cmp)
Omanip(T(Ostream::*fPtr)(const T), const T i)
Smanip< ios_base::fmtflags > setf(const ios_base::fmtflags flags)
Smanip(T(IOstream::*fPtr)(const T), const T i)
compressionType compression() const
Return the stream compression.
Omanip< IOstream::streamFormat > setformat(const IOstream::streamFormat fmt)
versionNumber version() const
Return the stream version.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual int width() const =0
Get width of output field.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
streamFormat
Enumeration for the format of data in the stream.
Omanip< int > setprecision(const int i)
streamFormat format() const
Return current stream format.
Omanip< int > setw(const int i)
friend Istream & operator>>(Istream &is, const Smanip< T > &m)
compressionType
Enumeration for the format of data in the stream.
virtual int precision() const =0
Get precision of output field.
Omanip< IOstream::versionNumber > setversion(const IOstream::versionNumber ver)
ios_base::fmtflags setf(const ios_base::fmtflags f)
Set flags of stream.
Istream & operator>>(Istream &, edgeMesh &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
An IOstream is an abstract base class for all input/output systems; be they streams, files, token lists etc.
Imanip(T(Istream::*fPtr)(const T), const T i)