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