TheChess
Public Member Functions | Static Public Member Functions | Protected Attributes

thechess::chess::Xy Class Reference

List of all members.

Public Member Functions

 Xy (Xname x, Yname y)
 Xy (unsigned x, unsigned y)
 Xy (unsigned i)
bool operator== (const Xy &xy1) const
bool operator!= (const Xy &xy1) const
Xname x () const
Yname y () const
void x (Xname v)
void y (Yname v)
unsigned i () const
void i (unsigned v)
unsigned x_ () const
unsigned y_ () const
void x_ (unsigned v)
void y_ (unsigned v)
Xyoperator++ ()
 operator int () const
 operator unsigned () const
std::string str () const

Static Public Member Functions

static Xy begin ()
static Xy end ()

Protected Attributes

unsigned i_: 7

The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Enumerator