|
My Project
|
#include <pieceTable.h>
Public Member Functions | |
| PieceTable () | |
| Ptype | getPtypeOf (int num) const |
Static Public Member Functions | |
| static bool | validNumber (int num) |
Private Member Functions | |
| template<Ptype T> | |
| void | initPtype () |
Private Attributes | |
| CArray< Ptype, Piece::SIZE > | ptypes |
Definition at line 10 of file pieceTable.h.
| osl::PieceTable::PieceTable | ( | ) |
Definition at line 15 of file pieceTable.cc.
References initPtype().
|
inline |
Definition at line 18 of file pieceTable.h.
References ptypes, and validNumber().
|
private |
|
inlinestatic |
Definition at line 22 of file pieceTable.h.
Referenced by getPtypeOf(), and osl::SimpleState::isConsistent().
|
private |
Definition at line 13 of file pieceTable.h.
Referenced by getPtypeOf(), and initPtype().