All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::local_search::Move Struct Reference

class describing Move More...

#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...
 

Detailed Description

class describing Move

Definition at line 29 of file n_queens_components.hpp.

Constructor & Destructor Documentation

paal::local_search::Move::Move ( int  from,
int  to 
)
inline

constructor

Parameters
from
to

Definition at line 36 of file n_queens_components.hpp.

Member Function Documentation

int paal::local_search::Move::get_from ( ) const
inline

getter for m_from

Returns

Definition at line 43 of file n_queens_components.hpp.

int paal::local_search::Move::get_to ( ) const
inline

getter for m_to

Returns

Definition at line 50 of file n_queens_components.hpp.


The documentation for this struct was generated from the following file: