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 242 of file tod_manager.hpp.
|
inline |
Definition at line 243 of file tod_manager.hpp.
int tod_manager::area_time_of_day::currentTime |
Definition at line 256 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 255 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().
std::string tod_manager::area_time_of_day::id |
Definition at line 253 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 254 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 252 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().
std::string tod_manager::area_time_of_day::ysrc |
Definition at line 252 of file tod_manager.hpp.
Referenced by tod_manager::add_time_area().