LeviLamina
Loading...
Searching...
No Matches
RetryPolicy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Bedrock::Http {
class
Response; }
8
// clang-format on
9
10
namespace
Bedrock::Http {
11
12
class
RetryPolicy
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<8, 64>
mUnkb21c3b;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
RetryPolicy
& operator=(
RetryPolicy
const
&);
22
RetryPolicy
(
RetryPolicy
const
&);
23
RetryPolicy
();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCNAPI
~RetryPolicy
();
29
// NOLINTEND
30
31
public
:
32
// static functions
33
// NOLINTBEGIN
34
MCNAPI static ::std::function<::std::optional<::std::chrono::seconds>(
::Bedrock::Http::Response
const
&)>
Chained
(
35
::std::initializer_list<
36
::std::function<::std::optional<::std::chrono::seconds>(
::Bedrock::Http::Response
const
&)>>&& retryChain
37
);
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
MCNAPI
void
$dtor
();
44
// NOLINTEND
45
};
46
47
}
// namespace Bedrock::Http
Bedrock::Http::Response
Definition
Response.h:13
Bedrock::Http::RetryPolicy
Definition
RetryPolicy.h:12
Bedrock::Http::RetryPolicy::Chained
static MCAPI ::std::function<::std::optional<::std::chrono::seconds >(::Bedrock::Http::Response const &)> Chained(::std::initializer_list< ::std::function<::std::optional<::std::chrono::seconds >(::Bedrock::Http::Response const &)> > &&retryChain)
Bedrock::Http::RetryPolicy::$dtor
MCAPI void $dtor()
Bedrock::Http::RetryPolicy::~RetryPolicy
MCAPI ~RetryPolicy()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
http
RetryPolicy.h
Generated on Fri Jun 13 2025 05:04:22 for LeviLamina by
1.12.0