utilities to create setup information for GoBoard. More...
#include <streambuf>
#include "GoBoard.h"
#include "GoSetup.h"
Go to the source code of this file.
Namespaces | |
namespace | GoSetupUtil |
Functions | |
GoSetup | GoSetupUtil::CreateSetupFromStream (std::streambuf &in, int &boardSize) |
Create a setup instance from text stream. | |
GoSetup | GoSetupUtil::CreateSetupFromString (std::string &in, int &boardSize) |
GoSetup | GoSetupUtil::CurrentPosSetup (const GoBoard &bd) |
Get a setup instance with the current position on board. |
utilities to create setup information for GoBoard.
Definition in file GoSetupUtil.h.