|
NAH 1.0.6
Native Application Host - Library API Reference
|
#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| struct | nah::NakInstallRecord |
| struct | nah::NakInstallRecordParseResult |
| struct | nah::NakInstallValidation |
| struct | nah::NakPackManifest |
| struct | nah::NakPackManifestParseResult |
Namespaces | |
| namespace | nah |
Functions | |
| NakInstallValidation | nah::parse_nak_install_record (const std::string &toml, NakInstallRecord &out) |
| NakInstallRecordParseResult | nah::parse_nak_install_record_full (const std::string &toml_str, const std::string &source_path="") |
| NakPackManifestParseResult | nah::parse_nak_pack_manifest (const std::string &toml_str) |
| bool | nah::validate_nak_install_record (const NakInstallRecord &record, std::string &error) |