LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopePayloadException.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
24
25 MCNAPI ::SentryEnvelopePayloadException& operator=(::SentryEnvelopePayloadException&&);
26
27 MCNAPI ::SentryEnvelopePayloadException& operator=(::SentryEnvelopePayloadException const&);
28
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI void* $ctor();
36
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45};
Definition SentryEnvelopePayloadException.h:5
MCAPI void * $ctor(::SentryEnvelopePayloadException &&)
MCAPI::SentryEnvelopePayloadException & operator=(::SentryEnvelopePayloadException &&)
MCAPI::SentryEnvelopePayloadException & operator=(::SentryEnvelopePayloadException const &)
MCAPI SentryEnvelopePayloadException(::SentryEnvelopePayloadException &&)
Definition Alias.h:14