LeviLamina
Loading...
Searching...
No Matches
DefinitionTrigger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/FilterSubject.h"
7#include "mc/util/molang/ExpressionNode.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14class DefinitionTrigger {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::std::string> mType;
19 ::ll::TypedStorage<2, 2, ::SharedTypes::Legacy::FilterSubject> mTarget;
20 ::ll::TypedStorage<8, 16, ::ExpressionNode> mCondition;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 DefinitionTrigger& operator=(DefinitionTrigger const&);
26 DefinitionTrigger(DefinitionTrigger const&);
27 DefinitionTrigger();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI ::DefinitionTrigger& operator=(::DefinitionTrigger&&);
33
34 MCAPI ~DefinitionTrigger();
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
Definition ReflectionCtx.h:11
Definition ctx.h:5