|
RADLib
RADical C++ application framework
|
#include <RADInstaller.h>
Public Attributes | |
| bool | ok = false |
| True on success. More... | |
| std::string | error |
| Error message on failure. More... | |
| std::vector< std::string > | installedFiles |
| Installed file paths. More... | |
Installer result.
| std::string RADInstaller::Result::error |
Error message on failure.
| std::vector<std::string> RADInstaller::Result::installedFiles |
Installed file paths.
| bool RADInstaller::Result::ok = false |
True on success.