![]() |
Conquer Chess
Chess and Starcraft combined
|

Functions | |
| volume | get_next (const volume &v) noexcept |
| Get the next volume, i.e. the volume when the user presses right. | |
| volume | get_previous (const volume &v) noexcept |
| Get the previous volume, i.e. the volume when the user presses left. | |
| void | test_volume () |
| Test this class and its free functions. | |
| bool | operator== (const volume &lhs, const volume &rhs) noexcept |
| bool | operator!= (const volume &lhs, const volume &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &os, const volume &v) noexcept |
Get the next volume, i.e. the volume when the user presses right.
Get the previous volume, i.e. the volume when the user presses left.
|
noexcept |
| void test_volume | ( | ) |
Test this class and its free functions.