LeviLamina
Loading...
Searching...
No Matches
PortConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13struct PortConfiguration {
14public:
15 // member variables
16 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 PortConfiguration& operator=(PortConfiguration const&);
28 PortConfiguration(PortConfiguration const&);
29 PortConfiguration();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34#ifdef LL_PLAT_S
35 MCNAPI ::Bedrock::Result<void, ::std::string>
36 parsePortMappings(::std::string_view value, ::PortMappingParseOptions const& options);
37#endif
38
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
MCAPI void $dtor()
MCAPI ~PortConfiguration()
Definition PortMappingParseOptions.h:5
Definition Alias.h:14