Public Member Functions | |
| area_time_of_day () | |
Public Attributes | |
| std::string | xsrc |
| std::string | ysrc |
| std::string | id |
| std::vector< time_of_day > | times |
| std::set< map_location > | hexes |
| int | currentTime |
Definition at line 211 of file tod_manager.hpp.
|
inline |
Definition at line 212 of file tod_manager.hpp.
| int tod_manager::area_time_of_day::currentTime |
Definition at line 225 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area(), tod_manager::replace_local_schedule(), and tod_manager::set_current_time().
| std::set<map_location> tod_manager::area_time_of_day::hexes |
Definition at line 224 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().
| std::string tod_manager::area_time_of_day::id |
Definition at line 222 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().
| std::vector<time_of_day> tod_manager::area_time_of_day::times |
Definition at line 223 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area(), tod_manager::replace_local_schedule(), and tod_manager::set_current_time().
| std::string tod_manager::area_time_of_day::xsrc |
Definition at line 221 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().
| std::string tod_manager::area_time_of_day::ysrc |
Definition at line 221 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().
1.8.8