LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopeHeader.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 SentryEnvelopeHeader {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 SentryEnvelopeHeader& operator=(SentryEnvelopeHeader const&);
21 SentryEnvelopeHeader(SentryEnvelopeHeader const&);
22 SentryEnvelopeHeader();
23
24public:
25 // member functions
26 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
MCAPI ~SentryEnvelopeHeader()
MCAPI void $dtor()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14