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