libsgfc++ 2.0.1
A C++ library that uses SGFC to read and write SGF (Smart Game Format) data.
|
The SGFC Arguments module contains classes that are concerned with passing arguments to SGFC operations. More...
Classes | |
class | LibSgfcPlusPlus::ISgfcArgument |
The ISgfcArgument interface represents a single argument to be passed on to SGFC when it reads or writes SGF content. Depending on the argument type, the argument also has either an integer type or an SgfcPropertyType parameter. More... | |
class | LibSgfcPlusPlus::ISgfcArguments |
The ISgfcArguments interface represents a collection of arguments to be passed on to SGFC when it reads or writes SGF content. More... | |
class | LibSgfcPlusPlus::SgfcArgument |
The SgfcArgument class provides an implementation of the ISgfcArgument interface. See the interface header file for documentation. More... | |
class | LibSgfcPlusPlus::SgfcArguments |
The SgfcArguments class provides an implementation of the ISgfcArguments interface. See the interface header file for documentation. More... | |
class | LibSgfcPlusPlus::SgfcOptions |
The SgfcOptions class is used to capture a snapshot of the option values in an SGFCOptions struct, and to reconfigure an SGFCOptions struct with those captured values at a later time. More... | |
The SGFC Arguments module contains classes that are concerned with passing arguments to SGFC operations.