LeviLamina
Loading...
Searching...
No Matches
SentryUploadManagerImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/application/crash_manager/SentryUploadManager.h"
7#include "mc/deps/core/threading/IAsyncResult.h"
8#include "mc/platform/Copyable.h"
9#include "mc/platform/Result.h"
10
11// auto generated forward declare list
12// clang-format off
13class TaskGroup;
14namespace Bedrock { class SessionInfo; }
15namespace Bedrock { struct PlatformRuntimeInfo; }
16namespace Core { class Path; }
17// clang-format on
18
19namespace Bedrock {
20
22public:
23 // member variables
24 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 // vIndex: 1
39 virtual ::std::string getParameters(::Bedrock::SessionInfo const&, ::Bedrock::PlatformRuntimeInfo const*) const
40 /*override*/;
41
42 // vIndex: 2
43 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::Bedrock::Copyable<::Bedrock::Result<void>>>>
44 uploadMinidump(::TaskGroup&, ::Core::Path const&, ::std::string const&) const /*override*/;
45
46 // vIndex: 3
47 virtual ::std::string const& getMinidumpUploadUri() const /*override*/;
48
49 // vIndex: 0
50 virtual ~SentryUploadManagerImpl() /*override*/ = default;
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62
63 // NOLINTEND
64};
65
66} // namespace Bedrock
Definition SentryUploadManagerImpl.h:21
Definition SentryUploadManager.h:22
Definition SessionInfo.h:7
Definition Path.h:15
Definition Path.h:16
Definition TaskGroup.h:22
Definition PlatformRuntimeInfo.h:7
Definition Alias.h:14