LeviLamina
Loading...
Searching...
No Matches
SentryUploadManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/IAsyncResult.h"
7
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
#include "mc/platform/Copyable.h"
9
#include "mc/platform/Result.h"
10
11
// auto generated forward declare list
12
// clang-format off
13
class
TaskGroup
;
14
namespace
Bedrock {
class
SessionInfo; }
15
namespace
Bedrock {
struct
PlatformRuntimeInfo; }
16
namespace
Core {
class
Path
; }
17
// clang-format on
18
19
namespace
Bedrock {
20
21
class
SentryUploadManager
:
public
::Bedrock::EnableNonOwnerReferences
,
22
public
::Bedrock::ImplBase
<::Bedrock::SentryUploadManager> {
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 1
27
virtual ::std::string getParameters(
::Bedrock::SessionInfo
const
&,
::Bedrock::PlatformRuntimeInfo
const
*)
const
= 0;
28
29
// vIndex: 2
30
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::Bedrock::Copyable<::Bedrock::Result<void>>>>
31
uploadMinidump(
::TaskGroup
&,
::Core::Path
const
&, ::std::string
const
&)
const
= 0;
32
33
// vIndex: 3
34
virtual ::std::string
const
& getMinidumpUploadUri()
const
= 0;
35
36
// vIndex: 0
37
virtual
~SentryUploadManager
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
};
52
53
}
// namespace Bedrock
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
Bedrock::ImplBase
Definition
_HeaderOutputPredefine.h:198
Bedrock::SentryUploadManager
Definition
SentryUploadManager.h:22
Bedrock::SessionInfo
Definition
SessionInfo.h:7
Core::Path
Definition
Path.h:15
Path
Definition
Path.h:16
TaskGroup
Definition
TaskGroup.h:22
Bedrock::PlatformRuntimeInfo
Definition
PlatformRuntimeInfo.h:7
src
mc
deps
application
crash_manager
SentryUploadManager.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0