LeviLamina
Loading...
Searching...
No Matches
FilterGroupData.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
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
30 MCAPI ::SharedTypes::v1_21_20::FilterGroupData& operator=(::SharedTypes::v1_21_20::FilterGroupData const&);
31
32 MCAPI ~FilterGroupData();
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
39
40 MCAPI static void fromFilterGroupVector(
42 ::std::vector<::SharedTypes::v1_21_20::FilterGroupData> const& filterGroups
43 );
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor(::SharedTypes::v1_21_20::FilterGroupData const& filterGroupData);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCAPI void $dtor();
56 // NOLINTEND
57};
58
59} // namespace SharedTypes::v1_21_20
Definition FilterGroupData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14