![]() |
Conquer Chess
Chess and Starcraft combined
|
#include "program_state.h"#include <sstream>#include "../magic_enum/include/magic_enum/magic_enum.hpp"
Functions | |
| std::vector< program_state > | get_all_program_states () noexcept |
| Get all the message_type values. | |
| void | test_program_state () |
| Test this class and its free functions. | |
| std::string | to_str (const program_state t) noexcept |
| std::ostream & | operator<< (std::ostream &os, const program_state t) noexcept |
|
noexcept |
Get all the message_type values.
|
noexcept |
| void test_program_state | ( | ) |
Test this class and its free functions.
|
noexcept |