#include <cross.h>
Definition at line 33 of file cross.h.
Public Member Functions | |
Cross () | |
virtual | ~Cross () |
void | setAny () |
bool | isAny () const |
bool | check (const Tile &iTile) const |
bool | operator== (const Cross &iOther) const |
bool | operator!= (const Cross &iOther) const |
unsigned int | size () const |
void | insert (const Tile &iTile) |
void | clear () |
|
|
|
|
|
Definition at line 37 of file cross.cpp. References Tile::isJoker(). Referenced by operator==(). |
|
Definition at line 30 of file cross.cpp. Referenced by Board_checkout_tile(). |
|
Definition at line 48 of file cross.h. Referenced by Board_checkout_tile(). |
|
Definition at line 40 of file cross.h. Referenced by operator==(). |
|
|
|
Definition at line 46 of file cross.cpp. References check(), isAny(), and m_tilesSet. |
|
|
|
|