LeviLamina
Loading...
Searching...
No Matches
FileChunk.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/FileChunkInfo.h"
7
8struct FileChunk {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 24, ::std::vector<uchar>> data;
13 ::ll::TypedStorage<8, 24, ::FileChunkInfo> info;
14 // NOLINTEND
15
16public:
17 // member functions
18 // NOLINTBEGIN
19#ifdef LL_PLAT_C
20 MCNAPI ~FileChunk();
21#endif
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27#ifdef LL_PLAT_C
28 MCNAPI void $dtor();
29#endif
30 // NOLINTEND
31};
Definition FileChunk.h:8