Crazy Eddie's GUI System
0.8.7
|
Simple grid index structure. More...
Public Member Functions | |
MCLGridRef (uint r, uint c) | |
MCLGridRef & | operator= (const MCLGridRef &rhs) |
bool | operator< (const MCLGridRef &rhs) const |
bool | operator<= (const MCLGridRef &rhs) const |
bool | operator> (const MCLGridRef &rhs) const |
bool | operator>= (const MCLGridRef &rhs) const |
bool | operator== (const MCLGridRef &rhs) const |
bool | operator!= (const MCLGridRef &rhs) const |
Public Attributes | |
uint | row |
Zero based row index. | |
uint | column |
Zero based column index. | |
Simple grid index structure.