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