Go to the documentation of this file.
31 template<
class Thermo,
template<
class>
class Type>
34 template<
class Thermo,
template<
class>
class Type>
40 template<
class Thermo,
template<
class>
class Type>
45 is.
check(
"thermo<Thermo, Type>::thermo(Istream&)");
49 template<
class Thermo,
template<
class>
class Type>
58 template<
class Thermo,
template<
class>
class Type>
67 template<
class Thermo,
template<
class>
class Type>
73 os << static_cast<const Thermo&>(st);
75 os.check(
"Ostream& operator<<(Ostream&, const thermo&)");
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
void write(Ostream &os) const
Write to Ostream.
thermo(const Thermo &sp)
Construct from components.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual bool check(const char *operation) const
Check IOstream status for given operation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...