Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
Functions
mouse_bindings.cpp File Reference
#include "mouse_bindings.h"
#include "action_number.h"
#include <cassert>
#include <iostream>
#include <sstream>
Include dependency graph for mouse_bindings.cpp:

Functions

void test_mouse_bindings ()
 Test this class and its free functions.
 
bool operator== (const mouse_bindings &lhs, const mouse_bindings &rhs) noexcept
 
std::ostream & operator<< (std::ostream &os, const mouse_bindings &mbs) noexcept
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const mouse_bindings mbs 
)
noexcept

◆ operator==()

bool operator== ( const mouse_bindings lhs,
const mouse_bindings rhs 
)
noexcept

◆ test_mouse_bindings()

void test_mouse_bindings ( )

Test this class and its free functions.