Public Member Functions | |
| Thing (uint16 d) | |
| void | set (uint16 d) |
| byte | getCell () const |
| ThingType | getType () const |
| uint16 | getIndex () const |
| void | setCell (uint16 cell) |
| void | setType (uint16 type) |
| void | setIndex (uint16 index) |
| uint16 | getTypeAndIndex () |
| uint16 | toUint16 () const |
| bool | operator== (const Thing &rhs) const |
| bool | operator!= (const Thing &rhs) const |
Public Attributes | |
| uint16 | _data |