LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopePayloadDebugMetadataSourcemapImage.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 SentryEnvelopePayloadDebugMetadataSourcemapImage {
11public:
12 // SentryEnvelopePayloadDebugMetadataSourcemapImage inner types define
13 enum class Type : int {
14 SourceMap = 0,
15 };
16
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 SentryEnvelopePayloadDebugMetadataSourcemapImage(SentryEnvelopePayloadDebugMetadataSourcemapImage const&);
28 SentryEnvelopePayloadDebugMetadataSourcemapImage();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI ::SentryEnvelopePayloadDebugMetadataSourcemapImage&
34 operator=(::SentryEnvelopePayloadDebugMetadataSourcemapImage&&);
35
36 MCNAPI ::SentryEnvelopePayloadDebugMetadataSourcemapImage&
37 operator=(::SentryEnvelopePayloadDebugMetadataSourcemapImage const&);
38
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCNAPI void $dtor();
52 // NOLINTEND
53};
MCAPI::SentryEnvelopePayloadDebugMetadataSourcemapImage & operator=(::SentryEnvelopePayloadDebugMetadataSourcemapImage &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::SentryEnvelopePayloadDebugMetadataSourcemapImage & operator=(::SentryEnvelopePayloadDebugMetadataSourcemapImage const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14