NasNas
An intuitive and beginner friendly 2D game framework for C++
|
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_switch | protected |
m_on_true (defined in ns::utils::bool_switch) | ns::utils::bool_switch | protected |
m_val (defined in ns::utils::bool_switch) | ns::utils::bool_switch | protected |
operator bool() const (defined in ns::utils::bool_switch) | ns::utils::bool_switch | explicitvirtual |
operator=(bool value) -> bool_switch & (defined in ns::utils::bool_switch) | ns::utils::bool_switch | virtual |
operator=(const bool_switch &other) -> bool_switch & (defined in ns::utils::bool_switch) | ns::utils::bool_switch |