BWAPI
|
#include <GameStateDB.h>
Public Member Functions | |
Value & | query (const GameStateEnum &key) |
Private Member Functions | |
GameStateDB () | |
GameStateDB (const GameStateDB &other) | |
void | operator= (const GameStateDB &other) |
Private Attributes | |
GameState | currentState |
GameState | lastState |
Definition at line 25 of file GameStateDB.h.
GameStateDB::GameStateDB | ( | ) | [private] |
GameStateDB::GameStateDB | ( | const GameStateDB & | other | ) | [private] |
void GameStateDB::operator= | ( | const GameStateDB & | other | ) | [private] |
Value& GameStateDB::query | ( | const GameStateEnum & | key | ) |
GameState GameStateDB::currentState [private] |
Definition at line 28 of file GameStateDB.h.
GameState GameStateDB::lastState [private] |
Definition at line 28 of file GameStateDB.h.