NAH 1.0.6
Native Application Host - Library API Reference
Loading...
Searching...
No Matches
nah::Manifest Struct Reference

#include <manifest.hpp>

Public Attributes

std::vector< std::string > asset_dirs
 
std::vector< AssetExportPartsasset_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< VersionRangenak_version_req
 
std::vector< std::string > permissions_filesystem
 
std::vector< std::string > permissions_network
 
std::string version
 

Detailed Description

Definition at line 26 of file manifest.hpp.

Member Data Documentation

◆ asset_dirs

std::vector<std::string> nah::Manifest::asset_dirs

Definition at line 35 of file manifest.hpp.

◆ asset_exports

std::vector<AssetExportParts> nah::Manifest::asset_exports

Definition at line 36 of file manifest.hpp.

◆ entrypoint_args

std::vector<std::string> nah::Manifest::entrypoint_args

Definition at line 32 of file manifest.hpp.

◆ entrypoint_path

std::string nah::Manifest::entrypoint_path

Definition at line 31 of file manifest.hpp.

◆ env_vars

std::vector<std::string> nah::Manifest::env_vars

Definition at line 33 of file manifest.hpp.

◆ id

std::string nah::Manifest::id

Definition at line 27 of file manifest.hpp.

◆ lib_dirs

std::vector<std::string> nah::Manifest::lib_dirs

Definition at line 34 of file manifest.hpp.

◆ nak_id

std::string nah::Manifest::nak_id

Definition at line 29 of file manifest.hpp.

◆ nak_version_req

std::optional<VersionRange> nah::Manifest::nak_version_req

Definition at line 30 of file manifest.hpp.

◆ permissions_filesystem

std::vector<std::string> nah::Manifest::permissions_filesystem

Definition at line 37 of file manifest.hpp.

◆ permissions_network

std::vector<std::string> nah::Manifest::permissions_network

Definition at line 38 of file manifest.hpp.

◆ version

std::string nah::Manifest::version

Definition at line 28 of file manifest.hpp.


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