LeviLamina
Loading...
Searching...
No Matches
FilterTestData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_21_20 {
11
12struct FilterTestData {
13public:
14 // FilterTestData inner types define
15 using ParamVariant = ::std::variant<bool, int, float, ::std::string>;
16
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mTest;
21 ::ll::TypedStorage<8, 48, ::std::optional<::std::variant<bool, int, float, ::std::string>>> mSubject;
22 ::ll::TypedStorage<8, 48, ::std::optional<::std::variant<bool, int, float, ::std::string>>> mOperator;
23 ::ll::TypedStorage<8, 48, ::std::optional<::std::variant<bool, int, float, ::std::string>>> mDomain;
24 ::ll::TypedStorage<8, 48, ::std::optional<::std::variant<bool, int, float, ::std::string>>> mValue;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 FilterTestData& operator=(FilterTestData const&);
30 FilterTestData();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI FilterTestData(::SharedTypes::v1_21_20::FilterTestData&&);
36
37 MCAPI FilterTestData(::SharedTypes::v1_21_20::FilterTestData const&);
38
39 MCAPI ::SharedTypes::v1_21_20::FilterTestData& operator=(::SharedTypes::v1_21_20::FilterTestData&&);
40
41 MCAPI ~FilterTestData();
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::SharedTypes::v1_21_20::FilterTestData&&);
54
55 MCAPI void* $ctor(::SharedTypes::v1_21_20::FilterTestData const&);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCAPI void $dtor();
62 // NOLINTEND
63};
64
65} // namespace SharedTypes::v1_21_20
Definition FilterTestData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5