Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Public Member Functions | List of all members
message Class Reference

A message. More...

#include <message.h>

Public Member Functions

 message (const message_type set, const chess_color c, const piece_type pc)
 
auto get_message_type () const noexcept
 
auto get_color () const noexcept
 
auto get_piece_type () const noexcept
 

Detailed Description

A message.

A message, such as 'a white pawn has been captured'.

Constructor & Destructor Documentation

◆ message()

message::message ( const message_type  set,
const chess_color  c,
const piece_type  pc 
)
explicit

Member Function Documentation

◆ get_color()

auto message::get_color ( ) const
inlinenoexcept

◆ get_message_type()

auto message::get_message_type ( ) const
inlinenoexcept

◆ get_piece_type()

auto message::get_piece_type ( ) const
inlinenoexcept

The documentation for this class was generated from the following files: