LeviLamina
Loading...
Searching...
No Matches
EnvironmentQueryResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8// clang-format on
9
10namespace Bedrock::Services {
11
12struct EnvironmentQueryResponse {
13public:
14 // member variables
15 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 EnvironmentQueryResponse& operator=(EnvironmentQueryResponse const&);
23 EnvironmentQueryResponse();
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
30#ifdef LL_PLAT_C
31 MCNAPI ::std::string GetPropertyValue(::std::string const& serviceName, ::std::string const& propertyKey) const;
32#endif
33
34 MCNAPI ::std::map<::std::string, ::std::string> const*
35 GetServiceEnvironmentProperties(::std::string const& serviceName, ::std::string const& environmentName) const;
36
37 MCNAPI void fromJsonShared(::Json::Value const& jsonValue);
38
39#ifdef LL_PLAT_C
40 MCNAPI ~EnvironmentQueryResponse();
41#endif
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53#ifdef LL_PLAT_C
54 MCNAPI void $dtor();
55#endif
56 // NOLINTEND
57};
58
59} // namespace Bedrock::Services
Definition Value.h:16
Definition EnvironmentQueryResponse.h:12
MCAPI void * $ctor(::Bedrock::Services::EnvironmentQueryResponse const &)
MCAPI void fromJsonShared(::Json::Value const &jsonValue)
MCAPI ::std::map<::std::string, ::std::string > const * GetServiceEnvironmentProperties(::std::string const &serviceName, ::std::string const &environmentName) const
MCAPI EnvironmentQueryResponse(::Bedrock::Services::EnvironmentQueryResponse const &)
Definition Alias.h:14