LeviLamina
Loading...
Searching...
No Matches
OverloadSyntaxInformation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
OverloadSyntaxInformation
{
6
public
:
7
// OverloadSyntaxInformation inner types define
8
using
CursorPos = uint;
9
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 32, ::std::string> text;
14
::ll::TypedStorage<4, 4, uint> start;
15
::ll::TypedStorage<4, 4, uint> length;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
~OverloadSyntaxInformation
();
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
MCFOLD
void
$dtor();
28
// NOLINTEND
29
};
OverloadSyntaxInformation
Definition
OverloadSyntaxInformation.h:5
src
mc
server
commands
OverloadSyntaxInformation.h
Generated on
for LeviLamina by
1.16.1