LeviLamina
Loading...
Searching...
No Matches
StringOption.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/options/option_types/Option.h"
7
8
class
StringOption
:
public
::Option
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::UntypedStorage<8, 32>
mUnkbd0c8a;
13
::ll::UntypedStorage<8, 32>
mUnk338bfd;
14
::ll::UntypedStorage<8, 64>
mUnke8bd90;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
StringOption
& operator=(
StringOption
const
&);
20
StringOption
(
StringOption
const
&);
21
StringOption
();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 1
27
virtual
void
save(::std::vector<::std::pair<::std::string, ::std::string>>&)
/*override*/
;
28
29
// vIndex: 4
30
virtual
void
load(::std::string
const
&)
/*override*/
;
31
32
// vIndex: 0
33
virtual
~StringOption
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
};
Option
Definition
Option.h:17
StringOption
Definition
StringOption.h:8
ll::UntypedStorage
Definition
Alias.h:14
src
mc
options
option_types
StringOption.h
Generated on Sat Apr 26 2025 05:55:48 for LeviLamina by
1.12.0