#include <VPK.h>
|
uint32_t | archiveIndex |
| The archive index of the file.
|
|
uint32_t | offset |
| The offset in the archive.
|
|
uint32_t | length |
| The length in bytes.
|
|
std::array< std::byte, 16 > | checksum |
| The CRC32 checksum of this entry.
|
|
Definition at line 48 of file VPK.h.
◆ archiveIndex
uint32_t vpkpp::VPK::MD5Entry::archiveIndex |
The archive index of the file.
Definition at line 50 of file VPK.h.
◆ checksum
std::array<std::byte, 16> vpkpp::VPK::MD5Entry::checksum |
The CRC32 checksum of this entry.
Definition at line 56 of file VPK.h.
◆ length
uint32_t vpkpp::VPK::MD5Entry::length |
The length in bytes.
Definition at line 54 of file VPK.h.
◆ offset
uint32_t vpkpp::VPK::MD5Entry::offset |
The offset in the archive.
Definition at line 52 of file VPK.h.
The documentation for this struct was generated from the following file:
- include/vpkpp/format/VPK.h