libsgfc++ 2.0.1
A C++ library that uses SGFC to read and write SGF (Smart Game Format) data.
Loading...
Searching...
No Matches
Classes
Factory

The Factory module contains factory classes, i.e. classes that contain functions to create concrete objects. More...

Classes

class  LibSgfcPlusPlus::ISgfcPropertyFactory
 The ISgfcPropertyFactory interface provides factory methods for creating ISgfcProperty objects, and objects of every known sub-type of ISgfcProperty. More...
 
class  LibSgfcPlusPlus::ISgfcPropertyValueFactory
 The ISgfcPropertyValueFactory interface provides factory methods for creating ISgfcPropertyValue objects, and objects of every known sub-type of ISgfcPropertyValue. More...
 
class  LibSgfcPlusPlus::SgfcPlusPlusFactory
 The SgfcPlusPlusFactory class is a class that contains only static functions. The functions are used to construct various library objects. More...
 
class  LibSgfcPlusPlus::SgfcPropertyFactory
 The SgfcPropertyFactory class provides an implementation of the ISgfcPropertyFactory interface. See the interface header file for documentation. More...
 
class  LibSgfcPlusPlus::SgfcPropertyValueFactory
 The SgfcPropertyValueFactory class provides an implementation of the ISgfcPropertyValueFactory interface. See the interface header file for documentation. More...
 

Detailed Description

The Factory module contains factory classes, i.e. classes that contain functions to create concrete objects.