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
8class StringListOption : public ::Option {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mValue;
13 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mDefaultValue;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual void save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector) /*override*/;
20
21 virtual void load(::std::string const& valueString) /*override*/;
22
23 virtual ~StringListOption() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29#ifdef LL_PLAT_C
30 MCAPI void set(::std::vector<::std::string> const& value, bool saveOptionChange);
31#endif
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37#ifdef LL_PLAT_C
38 MCAPI void $save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector);
39
40 MCAPI void $load(::std::string const& valueString);
41#endif
42
43
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition StringListOption.h:8
static MCAPI void ** $vftable()