|
NAH 1.0.6
Native Application Host - Library API Reference
|
#include <host_profile.hpp>
Public Attributes | ||
| std::unordered_map< std::string, std::string > | capabilities | |
| std::unordered_map< std::string, std::string > | environment | |
| struct { | ||
| std::vector< std::string > allow_versions | ||
| BindingMode binding_mode = BindingMode::Canonical | ||
| std::vector< std::string > deny_versions | ||
| std::unordered_map< std::string, std::string > map | ||
| } | nak | |
| struct { | ||
| std::vector< std::string > allow_keys | ||
| OverrideMode mode = OverrideMode::Allow | ||
| } | overrides | |
| struct { | ||
| std::vector< std::string > library_append | ||
| std::vector< std::string > library_prepend | ||
| } | paths | |
| std::string | schema | |
| std::string | source_path | |
| std::unordered_map< std::string, WarningAction > | warnings | |
Definition at line 15 of file host_profile.hpp.
| std::vector<std::string> nah::HostProfile::allow_keys |
Definition at line 44 of file host_profile.hpp.
| std::vector<std::string> nah::HostProfile::allow_versions |
Definition at line 21 of file host_profile.hpp.
| BindingMode nah::HostProfile::binding_mode = BindingMode::Canonical |
Definition at line 20 of file host_profile.hpp.
| std::unordered_map<std::string, std::string> nah::HostProfile::capabilities |
Definition at line 39 of file host_profile.hpp.
| std::vector<std::string> nah::HostProfile::deny_versions |
Definition at line 22 of file host_profile.hpp.
| std::unordered_map<std::string, std::string> nah::HostProfile::environment |
Definition at line 27 of file host_profile.hpp.
| std::vector<std::string> nah::HostProfile::library_append |
Definition at line 32 of file host_profile.hpp.
| std::vector<std::string> nah::HostProfile::library_prepend |
Definition at line 31 of file host_profile.hpp.
| std::unordered_map<std::string, std::string> nah::HostProfile::map |
Definition at line 23 of file host_profile.hpp.
| OverrideMode nah::HostProfile::mode = OverrideMode::Allow |
Definition at line 43 of file host_profile.hpp.
| struct { ... } nah::HostProfile::nak |
| struct { ... } nah::HostProfile::overrides |
| struct { ... } nah::HostProfile::paths |
| std::string nah::HostProfile::schema |
Definition at line 16 of file host_profile.hpp.
| std::string nah::HostProfile::source_path |
Definition at line 48 of file host_profile.hpp.
| std::unordered_map<std::string, WarningAction> nah::HostProfile::warnings |
Definition at line 36 of file host_profile.hpp.