Holds the information about a try to import data sources. More...
Public Member Functions | |
ExporterLoadResult () noexcept | |
ExporterLoadResult (const ExporterLoadResult &)=delete | |
ExporterLoadResult (ExporterLoadResult &&other) noexcept | |
Public Attributes | |
nkMemory::UniquePtr< Node > | _tree |
ExportError | _error |
Holds the information about a try to import data sources.
If the import was successful, it will hold the parsed tree. If there was a failure, it will hold an error flagged as active and filled with related information.
|
noexcept |
Default constructor.
|
delete |
Copy constructor.
|
noexcept |
Move constructor.
other | The results to move from. |
nkMemory::UniquePtr<Node> nkExport::ExporterLoadResult::_tree |
The resulting parsed tree, if successful.
ExportError nkExport::ExporterLoadResult::_error |
The parsing error filled with information, if any.