NasNas
An intuitive and beginner friendly 2D game framework for C++
ns::utils::bool_switch Member List

This is the complete list of members for ns::utils::bool_switch, including all inherited members.

bool_switch(std::function< void()> on_true, std::function< void()> on_false) (defined in ns::utils::bool_switch)ns::utils::bool_switch
m_on_false (defined in ns::utils::bool_switch)ns::utils::bool_switchprotected
m_on_true (defined in ns::utils::bool_switch)ns::utils::bool_switchprotected
m_val (defined in ns::utils::bool_switch)ns::utils::bool_switchprotected
operator bool() const (defined in ns::utils::bool_switch)ns::utils::bool_switchexplicitvirtual
operator=(bool value) -> bool_switch & (defined in ns::utils::bool_switch)ns::utils::bool_switchvirtual
operator=(const bool_switch &other) -> bool_switch & (defined in ns::utils::bool_switch)ns::utils::bool_switch