#include <n_queens_components.hpp>
Public Member Functions | |
Move (int from, int to) | |
constructor More... | |
int | get_from () const |
getter for m_from More... | |
int | get_to () const |
getter for m_to More... | |
class describing Move
Definition at line 29 of file n_queens_components.hpp.
|
inline |
|
inline |
|
inline |