LeviLamina
Loading...
Searching...
No Matches
StringListOption.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
StringListOption
:
public
::Option
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::UntypedStorage<8, 24>
mUnkeb1db8;
13
::ll::UntypedStorage<8, 24>
mUnk83fbdf;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
StringListOption
& operator=(
StringListOption
const
&);
19
StringListOption
(
StringListOption
const
&);
20
StringListOption
();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 1
26
virtual
void
save(::std::vector<::std::pair<::std::string, ::std::string>>&)
/*override*/
;
27
28
// vIndex: 4
29
virtual
void
load(::std::string
const
&)
/*override*/
;
30
31
// vIndex: 0
32
virtual
~StringListOption
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
};
Option
Definition
Option.h:17
StringListOption
Definition
StringListOption.h:8
ll::UntypedStorage
Definition
Alias.h:14
src
mc
options
option_types
StringListOption.h
Generated on Sat Apr 26 2025 05:55:48 for LeviLamina by
1.12.0