LeviLamina
Loading...
Searching...
No Matches
TrustingDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
15class TrustingDefinition {
16public:
17 // member variables
18 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 TrustingDefinition& operator=(TrustingDefinition const&);
27 TrustingDefinition(TrustingDefinition const&);
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI TrustingDefinition();
33
34 MCAPI void addTrustItemByName(::std::string const& name);
35
36 MCAPI void initialize(::EntityContext&, ::TrustingComponent& component) const;
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static void buildSchema(
44 );
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void* $ctor();
51 // NOLINTEND
52};
Definition EntityContext.h:17
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition TrustingComponent.h:16
Definition Alias.h:14