Add(const GoBoard &bd, SgPoint move) | GoBook | |
Clear() | GoBook | |
Delete(const GoBoard &bd, SgPoint move) | GoBook | |
GetEntry(std::size_t index) const | GoBook | |
InsertEntry(const std::vector< SgPoint > &sequence, const std::vector< SgPoint > &moves, int size, GoBoard &tempBoard, int line) | GoBook | [private] |
Line(const GoBoard &bd) const | GoBook | |
LookupAllMoves(const GoBoard &bd) const | GoBook | |
LookupEntry(const GoBoard &bd) const | GoBook | [private] |
LookupMove(const GoBoard &bd) const | GoBook | |
m_entries | GoBook | [private] |
m_lineCount | GoBook | [private] |
m_map | GoBook | [private] |
m_streamName | GoBook | [private] |
m_warningMaxSizeShown | GoBook | [private] |
Map typedef | GoBook | [private] |
NuEntries() const | GoBook | |
ParseLine(const std::string &line, GoBoard &tempBoard) | GoBook | [private] |
Read(std::istream &in, const std::string &streamName="") | GoBook | |
Read(const std::string &filename) | GoBook | |
ReadPoints(std::istream &in) const | GoBook | [private] |
ThrowError(const std::string &message) const | GoBook | [private] |
Write(std::ostream &out) const | GoBook | |
WriteInfo(std::ostream &out) const | GoBook |