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 Debug = 3,
18 Fatal = 4,
19 };
20
21 enum class Platform : int {
22 JavaScript = 0,
23 };
24
25public:
26 // member variables
27 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // prevent constructor by default
44
45public:
46 // member functions
47 // NOLINTBEGIN
49
51
52 MCNAPI ::SentryEnvelopePayload& operator=(::SentryEnvelopePayload&&);
53
54 MCNAPI ::SentryEnvelopePayload& operator=(::SentryEnvelopePayload const&);
55
57 // NOLINTEND
58
59public:
60 // static functions
61 // NOLINTBEGIN
62 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
63 // NOLINTEND
64
65public:
66 // constructor thunks
67 // NOLINTBEGIN
69
70 MCNAPI void* $ctor(::SentryEnvelopePayload const&);
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCNAPI void $dtor();
77 // NOLINTEND
78};
Definition Level.h:243
Definition SentryEnvelopePayload.h:10
MCAPI void * $ctor(::SentryEnvelopePayload const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI SentryEnvelopePayload(::SentryEnvelopePayload &&)
MCAPI::SentryEnvelopePayload & operator=(::SentryEnvelopePayload const &)
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