Go to the documentation of this file.
48 template<
class T>
class Smanip;
49 template<
class T>
class Imanip;
50 template<
class T>
class Omanip;
90 inline Istream&
operator>>(Istream& is,
const Smanip<T>& m)
98 inline Ostream&
operator<<(Ostream&
os,
const Smanip<T>& m)
113 T (Istream::*_fPtr)(
const T);
144 T (Ostream::*_fPtr)(
const T);
181 inline Omanip<IOstream::streamFormat>
setformat
190 inline Omanip<IOstream::versionNumber>
setversion
Smanip< ios_base::fmtflags > setf(const ios_base::fmtflags flags)
An IOstream is an abstract base class for all input/output systems; be they streams,...
streamFormat format() const noexcept
Istream & operator>>(Istream &, directionInfo &)
Omanip(T(Ostream::*fPtr)(const T), const T i)
virtual int precision() const =0
Ostream & operator<<(Ostream &, const boundaryPatch &p)
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)
versionNumber version() const noexcept
OBJstream os(runTime.globalPath()/outputName)
Omanip< int > setw(const int i)
ios_base::fmtflags setf(const ios_base::fmtflags f)
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)
Omanip< char > setfill(char fillch)
virtual char fill() const =0
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