LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopePayload.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
11public:
12 // SentryEnvelopePayload inner types define
13 enum class Level : int {
14 Error = 0,
15 Warning = 1,
16 Info = 2,
17 };
18
19 enum class Platform : int {
20 JavaScript = 0,
21 };
22
23public:
24 // member variables
25 // NOLINTBEGIN
37 // NOLINTEND
38
39public:
40 // prevent constructor by default
43
44public:
45 // member functions
46 // NOLINTBEGIN
48
50
51 MCNAPI ::SentryEnvelopePayload& operator=(::SentryEnvelopePayload&&);
52
54 // NOLINTEND
55
56public:
57 // static functions
58 // NOLINTBEGIN
59 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
60 // NOLINTEND
61
62public:
63 // constructor thunks
64 // NOLINTBEGIN
66
67 MCNAPI void* $ctor(::SentryEnvelopePayload const&);
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCNAPI void $dtor();
74 // NOLINTEND
75};
Definition Level.h:238
Definition SentryEnvelopePayload.h:10
MCAPI void * $ctor(::SentryEnvelopePayload const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI SentryEnvelopePayload(::SentryEnvelopePayload &&)
MCAPI ~SentryEnvelopePayload()
MCAPI::SentryEnvelopePayload & operator=(::SentryEnvelopePayload &&)
MCAPI SentryEnvelopePayload(::SentryEnvelopePayload const &)
MCAPI void * $ctor(::SentryEnvelopePayload &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14