libsgfc++ 2.0.1
A C++ library that uses SGFC to read and write SGF (Smart Game Format) data.
|
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. | |
The SgfcBackendSaveResult class provides access to the result of a save operation performed by SgfcBackendController.