LeviLamina
Loading...
Searching...
No Matches
Token.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
Token
{
6
public
:
7
// Token inner types define
8
enum class
Type :
int
{
9
String = 0,
10
Number = 1,
11
Bool = 2,
12
};
13
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 32>
mUnk158c9a;
18
union
{
19
::ll::UntypedStorage<4, 4>
mUnk773835;
20
::ll::UntypedStorage<1, 1>
mUnkdd232c;
21
};
22
::ll::UntypedStorage<4, 4>
mUnk325bca;
23
::ll::UntypedStorage<1, 1>
mUnk7bb1f0;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
Token
& operator=(
Token
const
&);
29
Token
(
Token
const
&);
30
Token
();
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
explicit
Token
(::std::string
const
& str);
36
37
MCAPI
bool
_parseRandom();
38
39
MCAPI
~Token
();
40
// NOLINTEND
41
42
public
:
43
// static functions
44
// NOLINTBEGIN
45
MCAPI static ::std::vector<::Token> tokenize(::std::string
const
& str);
46
// NOLINTEND
47
48
public
:
49
// constructor thunks
50
// NOLINTBEGIN
51
MCAPI
void
* $ctor(::std::string
const
& str);
52
// NOLINTEND
53
54
public
:
55
// destructor thunk
56
// NOLINTBEGIN
57
MCFOLD
void
$dtor();
58
// NOLINTEND
59
};
Token
Definition
Token.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
util
Token.h
Generated on Sat Apr 26 2025 05:56:00 for LeviLamina by
1.12.0