Public Member Functions | |
SimpleCell (int v=0) | |
Static Public Member Functions | |
static const SimpleCell & | Unknown () |
Public Attributes | |
int | value |
Static Public Attributes | |
static SimpleCell * | address = 0 |
Definition at line 8 of file map_test.cpp.
SimpleCell::SimpleCell | ( | int | v = 0 | ) | [inline] |
Definition at line 10 of file map_test.cpp.
const SimpleCell & SimpleCell::Unknown | ( | ) | [static] |
Definition at line 17 of file map_test.cpp.
SimpleCell * SimpleCell::address = 0 [static] |
Definition at line 12 of file map_test.cpp.
Definition at line 9 of file map_test.cpp.