#include <chiller.h>
Inheritance diagram for chiller:
Public Member Functions | |
chiller (const double temperature) | |
chiller () | |
virtual | ~chiller () |
double | T () const |
void | stream (CSVParser &parser) |
Private Attributes | |
double | m_T |
|
constructer
|
|
constructer |
|
destructer |
|
streamer Implements SObject. |
|
|
|
Operator overloading for stringoutput |