LeviLamina
Loading...
Searching...
No Matches
Factory.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
DispatcherProcess
; }
8
// clang-format on
9
10
namespace
Bedrock::Http {
11
12
class
Factory
{
13
public
:
14
// static functions
15
// NOLINTBEGIN
16
MCNAPI static ::std::shared_ptr<::Bedrock::Http::DispatcherProcess>
createDispatcher
();
17
// NOLINTEND
18
};
19
20
}
// namespace Bedrock::Http
Bedrock::Http::DispatcherProcess
Definition
DispatcherProcess.h:11
Bedrock::Http::Factory
Definition
Factory.h:12
Bedrock::Http::Factory::createDispatcher
static MCAPI ::std::shared_ptr<::Bedrock::Http::DispatcherProcess > createDispatcher()
src
mc
deps
core
http
Factory.h
Generated on
for LeviLamina by
1.16.1