#include "setup/data.hpp"
|
| | FLAGS (flags, VersionInfoValid, VersionInfoNotValid, TimeStampInUTC, IsUninstallerExe, CallInstructionOptimized, Touch, ChunkEncrypted, ChunkCompressed, SolidBreak, Sign, SignOnce, BZipped) |
| |
| void | load (std::istream &is, const info &i) |
| | Load one data entry. More...
|
| |
Definition at line 44 of file data.hpp.
◆ FLAGS()
| setup::data_entry::FLAGS |
( |
flags |
, |
|
|
VersionInfoValid |
, |
|
|
VersionInfoNotValid |
, |
|
|
TimeStampInUTC |
, |
|
|
IsUninstallerExe |
, |
|
|
CallInstructionOptimized |
, |
|
|
Touch |
, |
|
|
ChunkEncrypted |
, |
|
|
ChunkCompressed |
, |
|
|
SolidBreak |
, |
|
|
Sign |
, |
|
|
SignOnce |
, |
|
|
BZipped |
|
|
) |
| |
◆ load()
| void setup::data_entry::load |
( |
std::istream & |
is, |
|
|
const info & |
i |
|
) |
| |
Load one data entry.
- Note
- This function may not be thread-safe on all operating systems.
Definition at line 35 of file data.cpp.
◆ chunk
◆ file
◆ uncompressed_size
| boost::uint64_t setup::data_entry::uncompressed_size |
◆ timestamp
| boost::int64_t setup::data_entry::timestamp |
◆ timestamp_nsec
| boost::uint32_t setup::data_entry::timestamp_nsec |
◆ file_version
| boost::uint64_t setup::data_entry::file_version |
◆ options
| flags setup::data_entry::options |
The documentation for this struct was generated from the following files: