Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Functions
castling_type.cpp File Reference
#include "castling_type.h"
#include "../magic_enum/include/magic_enum/magic_enum.hpp"
Include dependency graph for castling_type.cpp:

Functions

std::vector< castling_typeget_all_castling_types () noexcept
 Get all the message_type values.
 
void test_castling_type ()
 Test this class and its free functions.
 
std::string to_str (const castling_type t) noexcept
 

Function Documentation

◆ get_all_castling_types()

std::vector< castling_type > get_all_castling_types ( )
noexcept

Get all the message_type values.

◆ test_castling_type()

void test_castling_type ( )

Test this class and its free functions.

◆ to_str()

std::string to_str ( const castling_type  t)
noexcept