LeviLamina
Loading...
Searching...
No Matches
SeatDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 SeatDescription& operator=(SeatDescription const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI SeatDescription();
31
33
34 MCAPI void addRotationExpressionNode(::ExpressionNode const& node);
35
36 MCAPI bool operator==(::SeatDescription const& seat) const;
37
38 MCAPI ~SeatDescription();
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCAPI static ::SeatDescription const& EMPTY();
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor();
51
52 MCAPI void* $ctor(::SeatDescription const&);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60};
Definition ExpressionNode.h:31
Definition SeatDescription.h:10
Definition Alias.h:14