|
MASA-Core
|
Definition at line 30 of file Status.hpp.
#include <Status.hpp>
Public Member Functions | |
| Status (string path, BestScoreList *bestScoreList) | |
| virtual | ~Status () |
| void | save () |
| void | load () |
| int | isEmpty () |
| int | getLastSpecialRow () const |
| void | setLastSpecialRow (int row) |
| int | getCurrentStage () const |
| void | setCurrentStage (int currentStage) |
Private Attributes | |
| string | status_file |
| string | status_tmp |
| BestScoreList * | bestScoreList |
| bool | empty |
| int | lastSpecialRow |
| int | currentStage |
| FILE * | file |
| Status::Status | ( | string | path, |
| BestScoreList * | bestScoreList | ||
| ) |
Definition at line 27 of file Status.cpp.
| Status::~Status | ( | ) | [virtual] |
Definition at line 37 of file Status.cpp.
| int Status::getCurrentStage | ( | ) | const |
Definition at line 99 of file Status.cpp.
| int Status::getLastSpecialRow | ( | ) | const |
Definition at line 91 of file Status.cpp.
| int Status::isEmpty | ( | ) |
Definition at line 41 of file Status.cpp.
| void Status::load | ( | ) |
Definition at line 45 of file Status.cpp.
| void Status::save | ( | ) |
Definition at line 70 of file Status.cpp.
| void Status::setCurrentStage | ( | int | currentStage | ) |
Definition at line 103 of file Status.cpp.
| void Status::setLastSpecialRow | ( | int | row | ) |
Definition at line 95 of file Status.cpp.
BestScoreList* Status::bestScoreList [private] |
Definition at line 45 of file Status.hpp.
int Status::currentStage [private] |
Definition at line 48 of file Status.hpp.
bool Status::empty [private] |
Definition at line 46 of file Status.hpp.
FILE* Status::file [private] |
Definition at line 49 of file Status.hpp.
int Status::lastSpecialRow [private] |
Definition at line 47 of file Status.hpp.
string Status::status_file [private] |
Definition at line 43 of file Status.hpp.
string Status::status_tmp [private] |
Definition at line 44 of file Status.hpp.
1.7.6.1