ONLY IF whiteboard is currently active, applies the planned unit map for the duration of the struct's life. More...
#include <manager.hpp>
Public Member Functions | |
future_map_if_active () | |
~future_map_if_active () | |
Public Attributes | |
bool | initial_planned_unit_map_ |
bool | whiteboard_active_ |
ONLY IF whiteboard is currently active, 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 273 of file manager.hpp.
wb::future_map_if_active::future_map_if_active | ( | ) |
Definition at line 1244 of file manager.cpp.
References DBG_WB, initial_planned_unit_map_, resources::whiteboard, and whiteboard_active_.
wb::future_map_if_active::~future_map_if_active | ( | ) |
Definition at line 1260 of file manager.cpp.
References initial_planned_unit_map_, and resources::whiteboard.
bool wb::future_map_if_active::initial_planned_unit_map_ |
Definition at line 277 of file manager.hpp.
Referenced by future_map_if_active(), and ~future_map_if_active().
bool wb::future_map_if_active::whiteboard_active_ |
Definition at line 278 of file manager.hpp.
Referenced by future_map_if_active().