LeviLamina
Loading...
Searching...
No Matches
FileChunkInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
FileChunkInfo {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 4, int> chunkID;
10
::ll::TypedStorage<8, 8, uint64> startByte;
11
::ll::TypedStorage<8, 8, uint64> endByte;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
FileChunkInfo();
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCNAPI
FileChunkInfo
(
int
_chunk, uint64 _startByte, uint64 _endByte);
22
// NOLINTEND
23
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCNAPI
void
*
$ctor
(
int
_chunk, uint64 _startByte, uint64 _endByte);
28
// NOLINTEND
29
};
FileChunkInfo::FileChunkInfo
MCAPI FileChunkInfo(int _chunk, uint64 _startByte, uint64 _endByte)
FileChunkInfo::$ctor
MCAPI void * $ctor(int _chunk, uint64 _startByte, uint64 _endByte)
src
mc
util
FileChunkInfo.h
Generated on
for LeviLamina by
1.16.1