LeviLamina
Loading...
Searching...
No Matches
DispatcherInterface.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
9
// auto generated forward declare list
10
// clang-format off
11
namespace
Bedrock::Http {
class
Request; }
12
namespace
Bedrock::Http {
class
Response; }
13
// clang-format on
14
15
namespace
Bedrock::Http {
16
17
class
DispatcherInterface
:
public
::Bedrock::EnableNonOwnerReferences
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 0
22
virtual
~DispatcherInterface
()
/*override*/
=
default
;
23
24
// vIndex: 1
25
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::Bedrock::Http::Response>>
26
send(
::Bedrock::Http::Request
&&) = 0;
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
};
41
42
}
// namespace Bedrock::Http
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
Bedrock::Http::DispatcherInterface
Definition
DispatcherInterface.h:17
Bedrock::Http::Request
Definition
Request.h:15
src
mc
deps
core
http
DispatcherInterface.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0