libsgfc++ 2.0.1
A C++ library that uses SGFC to read and write SGF (Smart Game Format) data.
|
This is the complete list of members for LibSgfcPlusPlus::ISgfcGame, including all inherited members.
CreateGameInfo() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
GetBoardSize() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
GetGameInfoNodes() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
GetGameType() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
GetGameTypeAsNumber() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
GetRootNode() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
GetTreeBuilder() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
HasBoardSize() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
HasRootNode() const =0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
ISgfcGame() | LibSgfcPlusPlus::ISgfcGame | |
SetRootNode(std::shared_ptr< ISgfcNode > rootNode)=0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
WriteGameInfo(std::shared_ptr< ISgfcGameInfo > gameInfo)=0 | LibSgfcPlusPlus::ISgfcGame | pure virtual |
~ISgfcGame() | LibSgfcPlusPlus::ISgfcGame | virtual |