LeviLamina
Loading...
Searching...
No Matches
ActorEventResponseCollection.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
12class SemVersion;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ActorEventResponse>>> mResponses;
21 // NOLINTEND
22
23public:
24 // static functions
25 // NOLINTBEGIN
26 MCNAPI static ::std::shared_ptr<
28 buildSchema(::std::string const& name, ::SemVersion const& version, ::Factory<::ActorEventResponse> const& factory);
29 // NOLINTEND
30};
Definition ActorEventResponse.h:16
Definition Factory.h:6
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition SemVersion.h:15
Definition ActorEventResponseCollection.h:16
static MCAPI ::std::shared_ptr< ::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorEventResponseCollection > > buildSchema(::std::string const &name, ::SemVersion const &version, ::Factory<::ActorEventResponse > const &factory)