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

#include <packaging.hpp>

Public Attributes

std::vector< uint8_tdata
 
bool executable = false
 
std::string path
 
TarEntryType type
 

Detailed Description

Definition at line 23 of file packaging.hpp.

Member Data Documentation

◆ data

std::vector<uint8_t> nah::TarEntry::data

Definition at line 26 of file packaging.hpp.

◆ executable

bool nah::TarEntry::executable = false

Definition at line 27 of file packaging.hpp.

◆ path

std::string nah::TarEntry::path

Definition at line 24 of file packaging.hpp.

◆ type

TarEntryType nah::TarEntry::type

Definition at line 25 of file packaging.hpp.


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