![]() |
Conquer Chess
Chess and Starcraft combined
|
#include <iosfwd>

Go to the source code of this file.
Classes | |
| class | piece_id |
| A unique ID. More... | |
Functions | |
| piece_id | create_new_id () noexcept |
| void | test_id () |
| Test this class and its free functions. | |
| bool | operator== (const piece_id &lhs, const piece_id &rhs) noexcept |
| bool | operator!= (const piece_id &lhs, const piece_id &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &os, const piece_id &i) noexcept |
|
noexcept |
|
noexcept |
| void test_id | ( | ) |
Test this class and its free functions.