36 if (
扇風機 ) {
return; }
48 if ( !
扇風機 ) {
return; }
60 if (
ヒーター ) {
return; }
72 if ( !
ヒーター ) {
return; }
84 if (
クーラー ) {
return; }
96 if ( !
クーラー ) {
return; }
virtual ~空調設定()
destructor
Definition: aircond.h:26
int 温度
The temperature.
Definition: aircond.h:103
void 扇風機を止める()
turn off the fan
Definition: aircond.h:46
bool ヒーター
shows the heater is currently working
Definition: aircond.h:106
void 扇風機を回す()
turn on the fan
Definition: aircond.h:34
int クーラーを切る()
turn off the cooler
Definition: aircond.h:94
bool クーラー
shows the heater is currently working
Definition: aircond.h:107
This class simulates controling air conditions.
Definition: aircond.h:10
int 湿度
The humidity.
Definition: aircond.h:104
int クーラーをつける()
turn on the cooler
Definition: aircond.h:82
空調設定(int i気温, int i湿度)
constructor
Definition: aircond.h:18
int ヒーターをつける()
turn on the heater
Definition: aircond.h:58
bool 扇風機
shows the fan is currently working
Definition: aircond.h:105
int ヒーターを切る()
turn off the heater
Definition: aircond.h:70