SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vpkpp::VPK::MD5Entry Struct Reference

#include <VPK.h>

Collaboration diagram for vpkpp::VPK::MD5Entry:

Public Attributes

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.
 

Detailed Description

Definition at line 48 of file VPK.h.

Member Data Documentation

◆ 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: