Public Attributes | |
| std::string | xsrc |
| std::string | ysrc |
| std::string | id |
| std::vector< time_of_day > | times |
| std::set< map_location > | hexes |
| int | currentTime {0} |
Definition at line 247 of file tod_manager.hpp.
| int tod_manager::area_time_of_day::currentTime {0} |
Definition at line 252 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 251 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().
| std::string tod_manager::area_time_of_day::id |
Definition at line 249 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 250 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 248 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().
| std::string tod_manager::area_time_of_day::ysrc |
Definition at line 248 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().