TileList Class Reference

#include <Tapestry.h>

List of all members.

Public Member Functions

TilePtr nextTile (void)
void clear (void)

Public Attributes

int curIndex
int pad [3]
Tile tile [MAX_TILE]


Detailed Description

TileList 中の Tile の追い出しは、現在 FIFO で実装している

Member Function Documentation

void TileList::clear ( void   )  [inline]

TileList のクリア //tile 自体は clear する必要は無い あるかもしれない

TilePtr TileList::nextTile ( void   )  [inline]

次に扱う tile を取得する

Returns:
tile
tile[] をリングバスっぽく扱うことで FIFO を実現することに。


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

Generated on Fri Jun 5 18:05:15 2009 for Cerium by  doxygen 1.5.7.1