torc::architecture::TileInfo Class Reference

Encapsulation of a tile within a device tile map. More...

#include <TileInfo.hpp>

Collaboration diagram for torc::architecture::TileInfo:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 TileInfo (void)
 Null constructor.
 ~TileInfo (void)
 Non-virtual destructor.
const TileTypeIndexgetTypeIndex (void) const
 Returns the tile type index for this tile.
const TileRowgetRow (void) const
 Returns the row for this tile.
const TileColgetCol (void) const
 Returns the column for this tile.
const char * getName (void) const
 Returns the name for this tile.

Protected Types

typedef boost::uint16_t uint16_t
 Imported type name.
typedef xilinx::TileTypeIndex TileTypeIndex
 Imported type name.
typedef xilinx::TileRow TileRow
 Imported type name.
typedef xilinx::TileCol TileCol
 Imported type name.

Protected Member Functions

void set (const TileTypeIndex &inTypeIndex, const TileRow &inRow, const TileCol &inCol, const char *inName)
 Protected initializer intended for use by the Tiles class.
 TileInfo (const TileInfo &)
 Disabled copy constructor.

Protected Attributes

TileTypeIndex mTypeIndex
 The tile type index for this tile.
TileRow mRow
 The row for this tile.
TileCol mCol
 The column for this tile.
const char * mName
 The name for this tile.

Friends

class Tiles
 The Tiles class has access to our protected members.


Detailed Description

Encapsulation of a tile within a device tile map.

Definition at line 30 of file TileInfo.hpp.


Member Typedef Documentation

typedef boost::uint16_t torc::architecture::TileInfo::uint16_t [protected]

Imported type name.

Definition at line 36 of file TileInfo.hpp.

Imported type name.

Definition at line 37 of file TileInfo.hpp.

Imported type name.

Definition at line 38 of file TileInfo.hpp.

Imported type name.

Definition at line 39 of file TileInfo.hpp.


Constructor & Destructor Documentation

torc::architecture::TileInfo::TileInfo ( const TileInfo  )  [inline, protected]

Disabled copy constructor.

Definition at line 68 of file TileInfo.hpp.

torc::architecture::TileInfo::TileInfo ( void   )  [inline]

Null constructor.

Definition at line 72 of file TileInfo.hpp.

torc::architecture::TileInfo::~TileInfo ( void   )  [inline]

Non-virtual destructor.

Definition at line 74 of file TileInfo.hpp.


Member Function Documentation

void torc::architecture::TileInfo::set ( const TileTypeIndex inTypeIndex,
const TileRow inRow,
const TileCol inCol,
const char *  inName 
) [inline, protected]

Protected initializer intended for use by the Tiles class.

Parameters:
inTypeIndex The tile type index.
inRow The tile row.
inCol The tile column.
inName The tile name.

Definition at line 55 of file TileInfo.hpp.

const TileTypeIndex& torc::architecture::TileInfo::getTypeIndex ( void   )  const [inline]

Returns the tile type index for this tile.

Definition at line 80 of file TileInfo.hpp.

const TileRow& torc::architecture::TileInfo::getRow ( void   )  const [inline]

Returns the row for this tile.

Definition at line 82 of file TileInfo.hpp.

const TileCol& torc::architecture::TileInfo::getCol ( void   )  const [inline]

Returns the column for this tile.

Definition at line 84 of file TileInfo.hpp.

const char* torc::architecture::TileInfo::getName ( void   )  const [inline]

Returns the name for this tile.

Definition at line 86 of file TileInfo.hpp.


Friends And Related Function Documentation

friend class Tiles [friend]

The Tiles class has access to our protected members.

Definition at line 33 of file TileInfo.hpp.


Member Data Documentation

The tile type index for this tile.

Definition at line 42 of file TileInfo.hpp.

The row for this tile.

Definition at line 44 of file TileInfo.hpp.

The column for this tile.

Definition at line 46 of file TileInfo.hpp.

const char* torc::architecture::TileInfo::mName [protected]

The name for this tile.

Definition at line 48 of file TileInfo.hpp.


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

Generated on Thu Oct 13 16:49:36 2011 for TORC by  doxygen 1.5.6