libsgfc++ 2.0.1
A C++ library that uses SGFC to read and write SGF (Smart Game Format) data.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
LibSgfcPlusPlus::SgfcBackendSaveResult Class Reference

The SgfcBackendSaveResult class provides access to the result of a save operation performed by SgfcBackendController. More...

#include <SgfcBackendSaveResult.h>

Public Member Functions

 SgfcBackendSaveResult (std::vector< std::shared_ptr< ISgfcMessage > > saveResult)
 Initializes a newly constructed SgfcBackendSaveResult object with the specified results.
 
virtual ~SgfcBackendSaveResult ()
 Destroys and cleans up the SgfcBackendSaveResult object.
 
std::vector< std::shared_ptr< ISgfcMessage > > GetSaveResult () const
 Returns a collection of ISgfcMessage objects which together form the result of the save operation. The messages appear in the order in which they were generated by SGFC.
 

Detailed Description

The SgfcBackendSaveResult class provides access to the result of a save operation performed by SgfcBackendController.


The documentation for this class was generated from the following files: