LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopePayloadExceptionMechanism.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
10struct SentryEnvelopePayloadExceptionMechanism {
11public:
12 // SentryEnvelopePayloadExceptionMechanism inner types define
13 enum class Type : int {
14 Unknown = 0,
15 UnhandledException = 1,
16 UnhandledPromiseRejection = 2,
17 CapturedException = 3,
18 };
19
20public:
21 // member variables
22 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 SentryEnvelopePayloadExceptionMechanism& operator=(SentryEnvelopePayloadExceptionMechanism const&);
32 SentryEnvelopePayloadExceptionMechanism();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCNAPI SentryEnvelopePayloadExceptionMechanism(::SentryEnvelopePayloadExceptionMechanism const&);
38
39 MCNAPI ::SentryEnvelopePayloadExceptionMechanism& operator=(::SentryEnvelopePayloadExceptionMechanism&&);
40
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor(::SentryEnvelopePayloadExceptionMechanism const&);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCNAPI void $dtor();
60 // NOLINTEND
61};
MCAPI void * $ctor(::SentryEnvelopePayloadExceptionMechanism const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI SentryEnvelopePayloadExceptionMechanism(::SentryEnvelopePayloadExceptionMechanism const &)
MCAPI::SentryEnvelopePayloadExceptionMechanism & operator=(::SentryEnvelopePayloadExceptionMechanism &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14