|
My Project
|
#include <csaRecord.h>
Public Member Functions | |
| CsaFile (std::istream &is) | |
| CsaFile (const std::string &filename) | |
| ~CsaFile () | |
| Public Member Functions inherited from osl::record::RecordFile | |
| virtual | ~RecordFile () |
| Record | load () const |
| const NumEffectState | initialState () const |
| const std::vector< Move > | moves () const |
Static Public Member Functions | |
| static SearchInfo | makeInfo (const SimpleState &initial, const std::string &line, Move last_move) |
| static void | parseLine (SimpleState &, Record &, std::string element, bool parse_move_comment=true) |
Private Member Functions | |
| void | read (std::istream &) |
Additional Inherited Members | |
| Protected Attributes inherited from osl::record::RecordFile | |
| Record | record |
Definition at line 10 of file csaRecord.h.
| osl::record::CsaFile::CsaFile | ( | std::istream & | is | ) |
Definition at line 152 of file csaRecord.cc.
| osl::record::CsaFile::CsaFile | ( | const std::string & | filename | ) |
Definition at line 140 of file csaRecord.cc.
Definition at line 158 of file csaRecord.cc.
|
static |
Definition at line 18 of file csaRecord.cc.
|
static |
Definition at line 69 of file csaRecord.cc.
|
private |
Definition at line 163 of file csaRecord.cc.