#include <Weather.hh>
Inheritance diagram for Weather:

Public Member Functions | |
| virtual void | serialize (std::ostream &os) const |
| virtual void | unserialize (std::istream &is) |
| int | getWeather () const |
| Get the current weather (between 2 and 12). | |
| const char * | getWeatherStr () const |
Get the current weather as a string, eg: Pouring rain. | |
| void | setWeather (const MsgWeather *m) |
| Set the current weather. | |
Protected Attributes | |
| int | weather_ |
| The current weather [| 2, 12 |]. | |
| int Weather::getWeather | ( | ) | const [inline] |
Get the current weather (between 2 and 12).
| const char * Weather::getWeatherStr | ( | ) | const |
Get the current weather as a string, eg: Pouring rain.
1.4.7