| Crazy Eddies GUI System
    0.6.0
    | 
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.
 1.8.3.1
 1.8.3.1