Crazy Eddies GUI System  0.7.2
Public Member Functions | Public Attributes | List of all members
CEGUI::MCLGridRef Struct Reference

Simple grid index structure. More...

Public Member Functions

 MCLGridRef (uint r, uint c)
 
MCLGridRefoperator= (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.
 

Detailed Description

Simple grid index structure.