Public Member Functions | Public Attributes
MoveData Struct Reference

List of all members.

Public Member Functions

 MoveData ()
 MoveData (size_t i, int v, int next_v)

Public Attributes

size_t index
int value
int next_value

Detailed Description

Definition at line 12 of file bad-moves.cc.


Constructor & Destructor Documentation

MoveData::MoveData ( ) [inline]

Definition at line 14 of file bad-moves.cc.

MoveData::MoveData ( size_t  i,
int  v,
int  next_v 
) [inline]

Definition at line 15 of file bad-moves.cc.


Member Data Documentation

Definition at line 17 of file bad-moves.cc.

Definition at line 19 of file bad-moves.cc.

Definition at line 18 of file bad-moves.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines