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

#include <KV1Binary.h>

Public Member Functions

 operator uint64_t () const noexcept

Public Attributes

union { 
   uint32_t   v32 
   uint64_t   v64 
}; 
bool is64Bit

Static Public Attributes

static constexpr auto MAGIC_64_BIT = 31337

Detailed Description

Definition at line 26 of file KV1Binary.h.

Member Function Documentation

◆ operator uint64_t()

kvpp::KV1BinaryPointer::operator uint64_t ( ) const
inlineexplicitnoexcept

Definition at line 35 of file KV1Binary.h.

Member Data Documentation

◆ [union]

union { ... } kvpp::KV1BinaryPointer

◆ is64Bit

bool kvpp::KV1BinaryPointer::is64Bit

Definition at line 33 of file KV1Binary.h.

◆ MAGIC_64_BIT

auto kvpp::KV1BinaryPointer::MAGIC_64_BIT = 31337
staticconstexpr

Definition at line 27 of file KV1Binary.h.

◆ v32

uint32_t kvpp::KV1BinaryPointer::v32

Definition at line 30 of file KV1Binary.h.

◆ v64

uint64_t kvpp::KV1BinaryPointer::v64

Definition at line 31 of file KV1Binary.h.


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