#include <list.h>
Public Member Functions | |
SVALUE () | |
SVALUE (const unsigned int v, const unsigned int hops) | |
Public Attributes | |
unsigned int | hops |
unsigned int | v |
contains x,y coordinate alias index (v) hops gives number of possible uses (rest)
SVALUE::SVALUE | ( | ) | [inline] |
SVALUE::SVALUE | ( | const unsigned int | v, |
const unsigned int | hops | ||
) | [inline] |
unsigned int SVALUE::hops |