RADLib
RADical C++ application framework
RADInstaller::Result Struct Reference

Installer result. More...

#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...
 

Detailed Description

Installer result.

Member Data Documentation

◆ error

std::string RADInstaller::Result::error

Error message on failure.

◆ installedFiles

std::vector<std::string> RADInstaller::Result::installedFiles

Installed file paths.

◆ ok

bool RADInstaller::Result::ok = false

True on success.


The documentation for this struct was generated from the following file: