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 MCAPI_C void set(::std::vector<::std::string> const& value, bool saveOptionChange);
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35#ifdef LL_PLAT_C
36 MCAPI void $save(::std::vector<::std::pair<::std::string, ::std::string>>& propertyVector);
37
38 MCAPI void $load(::std::string const& valueString);
39#endif
40
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition StringListOption.h:8
static MCAPI void ** $vftable()