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