IRON  1.0
Public Member Functions | Public Attributes | Private Attributes | List of all members
iron.device.tile.Tile Class Reference

Public Member Functions

None __init__ (self, int col, int row)
 
TileOp op (self)
 
def op (self, TileOp op)
 
bool __eq__ (self, object other)
 
str __str__ (self)
 
def __hash__ (self)
 

Public Attributes

 col
 
 row
 

Private Attributes

 _op
 

Detailed Description

An object representing a single component denoted by coordinates on a device.

Constructor & Destructor Documentation

◆ __init__()

None iron.device.tile.Tile.__init__ (   self,
int  col,
int  row 
)

Member Function Documentation

◆ __eq__()

bool iron.device.tile.Tile.__eq__ (   self,
object  other 
)

◆ __hash__()

def iron.device.tile.Tile.__hash__ (   self)

◆ __str__()

str iron.device.tile.Tile.__str__ (   self)

◆ op() [1/2]

TileOp iron.device.tile.Tile.op (   self)

◆ op() [2/2]

def iron.device.tile.Tile.op (   self,
TileOp  op 
)

Member Data Documentation

◆ _op

iron.device.tile.Tile._op
private

◆ col

iron.device.tile.Tile.col

◆ row

iron.device.tile.Tile.row

The documentation for this class was generated from the following file: