#include <utility.hpp>
Public Member Functions | |
| temporary_unit_hider (unit &u) | |
| ~temporary_unit_hider () | |
Public Attributes | |
| unit *const | unit_ |
Definition at line 78 of file utility.hpp.
| wb::temporary_unit_hider::temporary_unit_hider | ( | unit & | u | ) |
Definition at line 139 of file utility.cpp.
References unit::set_hidden(), and unit_.
| wb::temporary_unit_hider::~temporary_unit_hider | ( | ) |
Definition at line 142 of file utility.cpp.
References unit::set_hidden(), and unit_.
| unit* const wb::temporary_unit_hider::unit_ |
Definition at line 81 of file utility.hpp.
Referenced by temporary_unit_hider(), and ~temporary_unit_hider().