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
7namespace Bedrock::Http { class Response; }
8// clang-format on
9
10namespace Bedrock::Http {
11
12class RetryPolicy {
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 RetryPolicy& operator=(RetryPolicy const&);
22 RetryPolicy(RetryPolicy const&);
23 RetryPolicy();
24};
25
26} // namespace Bedrock::Http
Definition Response.h:7
Definition Alias.h:14