LeviLamina
Loading...
Searching...
No Matches
MolangOffsetPlaceholder.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7
8struct MolangOffsetPlaceholder {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 48, ::HashedString> mName;
13 ::ll::TypedStorage<8, 8, uint64> mResourceOffset;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 MolangOffsetPlaceholder& operator=(MolangOffsetPlaceholder const&);
19 MolangOffsetPlaceholder(MolangOffsetPlaceholder const&);
20 MolangOffsetPlaceholder();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ::MolangOffsetPlaceholder& operator=(::MolangOffsetPlaceholder&&);
26
27 MCAPI_C ~MolangOffsetPlaceholder();
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCFOLD_C void $dtor();
34 // NOLINTEND
35};