Crazy Eddies GUI System  0.7.6
Public Member Functions | Public Attributes
CEGUI::MCLGridRef Struct Reference

Simple grid index structure. More...

List of all members.

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.