|
NAH 1.0.6
Native Application Host - Library API Reference
|
#include <manifest.hpp>
Public Attributes | |
| std::vector< std::string > | asset_dirs |
| std::vector< AssetExportParts > | asset_exports |
| std::vector< std::string > | entrypoint_args |
| std::string | entrypoint_path |
| std::vector< std::string > | env_vars |
| std::string | id |
| std::vector< std::string > | lib_dirs |
| std::string | nak_id |
| std::optional< VersionRange > | nak_version_req |
| std::vector< std::string > | permissions_filesystem |
| std::vector< std::string > | permissions_network |
| std::string | version |
Definition at line 26 of file manifest.hpp.
| std::vector<std::string> nah::Manifest::asset_dirs |
Definition at line 35 of file manifest.hpp.
| std::vector<AssetExportParts> nah::Manifest::asset_exports |
Definition at line 36 of file manifest.hpp.
| std::vector<std::string> nah::Manifest::entrypoint_args |
Definition at line 32 of file manifest.hpp.
| std::string nah::Manifest::entrypoint_path |
Definition at line 31 of file manifest.hpp.
| std::vector<std::string> nah::Manifest::env_vars |
Definition at line 33 of file manifest.hpp.
| std::string nah::Manifest::id |
Definition at line 27 of file manifest.hpp.
| std::vector<std::string> nah::Manifest::lib_dirs |
Definition at line 34 of file manifest.hpp.
| std::string nah::Manifest::nak_id |
Definition at line 29 of file manifest.hpp.
| std::optional<VersionRange> nah::Manifest::nak_version_req |
Definition at line 30 of file manifest.hpp.
| std::vector<std::string> nah::Manifest::permissions_filesystem |
Definition at line 37 of file manifest.hpp.
| std::vector<std::string> nah::Manifest::permissions_network |
Definition at line 38 of file manifest.hpp.
| std::string nah::Manifest::version |
Definition at line 28 of file manifest.hpp.