41std::ostream& operator<<(std::ostream& os, const
action_number& number) noexcept;
std::vector< action_number > get_all_action_numbers() noexcept
Get all the action_numbers in increasing height.
Definition action_number.cpp:13
action_number get_next(const action_number &n) noexcept
Get the next action_number, e.g.
Definition action_number.cpp:25
action_number get_previous(const action_number &n) noexcept
Get the previous action_number, e.g.
Definition action_number.cpp:32
void test_action_number()
Test this class and its members.
Definition action_number.cpp:39
The number of an action.
Definition action_number.h:12
int get_number() const noexcept
Definition action_number.h:16