Applies the planned unit map for the duration of the struct's life. More...
#include <manager.hpp>
Public Member Functions | |
future_map () | |
~future_map () | |
Public Attributes | |
bool | initial_planned_unit_map_ |
Applies the planned unit map for the duration of the struct's life.
Reverts to real unit map on destruction, unless planned unit map was already applied when the struct was created.
Definition at line 249 of file manager.hpp.
wb::future_map::future_map | ( | ) |
Definition at line 1182 of file manager.cpp.
References DBG_WB, initial_planned_unit_map_, and resources::whiteboard.
wb::future_map::~future_map | ( | ) |
Definition at line 1195 of file manager.cpp.
References initial_planned_unit_map_, and resources::whiteboard.
bool wb::future_map::initial_planned_unit_map_ |
Definition at line 253 of file manager.hpp.
Referenced by future_map(), and ~future_map().