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

Installable component from a manifest. More...

#include <RADInstaller.h>

Public Attributes

std::string id
 Stable component id. More...
 
std::string name
 Display name. More...
 
bool defaultSelected = true
 Whether the component is selected by default. More...
 
std::vector< FileEntryfiles
 Files in this component. More...
 

Detailed Description

Installable component from a manifest.

Member Data Documentation

◆ defaultSelected

bool RADInstaller::Component::defaultSelected = true

Whether the component is selected by default.

◆ files

std::vector<FileEntry> RADInstaller::Component::files

Files in this component.

◆ id

std::string RADInstaller::Component::id

Stable component id.

◆ name

std::string RADInstaller::Component::name

Display name.


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