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&)");
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool check(const char *operation) const
Check IOstream status for given operation.
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
thermo(const Thermo &sp)
Construct from components.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void write(Ostream &os) const
Write to Ostream.