LeviLamina
Loading...
Searching...
No Matches
EventResponseFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/Factory.h"
7
#include "mc/util/json_util/JsonSchemaObjectNode.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EventResponse
;
12
class
IPackLoadContext
;
13
class
SemVersion
;
14
struct
EventResponseCollection
;
15
namespace
JsonUtil {
class
EmptyClass
; }
16
// clang-format on
17
18
class
EventResponseFactory
:
public
::Factory
<::EventResponse> {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<
23
8,
24
16,
25
::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection>>>
26
mSchema;
27
// NOLINTEND
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
~EventResponseFactory
();
33
34
virtual
void
initializeFactory(
::IPackLoadContext
const
& packLoadContext) = 0;
35
36
virtual
void
initSchema() = 0;
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCNAPI
void
initSchema
(::std::string
const
& schemaName,
::SemVersion
const
& version);
43
// NOLINTEND
44
45
public
:
46
// destructor thunk
47
// NOLINTBEGIN
48
MCNAPI
void
$dtor
();
49
// NOLINTEND
50
51
public
:
52
// virtual function thunks
53
// NOLINTBEGIN
54
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCNAPI
static
void
**
$vftable
();
61
// NOLINTEND
62
};
EventResponseFactory
Definition
EventResponseFactory.h:18
EventResponseFactory::initSchema
MCAPI void initSchema(::std::string const &schemaName, ::SemVersion const &version)
EventResponseFactory::$dtor
MCAPI void $dtor()
EventResponseFactory::$vftable
static MCAPI void ** $vftable()
EventResponse
Definition
EventResponse.h:16
Factory
Definition
Factory.h:6
IPackLoadContext
Definition
IPackLoadContext.h:20
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
SemVersion
Definition
SemVersion.h:15
EventResponseCollection
Definition
EventResponseCollection.h:10
src
mc
util
EventResponseFactory.h
Generated on
for LeviLamina by
1.16.1