LeviLamina
Loading...
Searching...
No Matches
Result.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/ErrorInfo.h"
7
#include "mc/platform/Result.h"
8
9
namespace
Core {
10
11
class
Result
:
public
::Bedrock::Result
<void> {
12
public
:
13
// prevent constructor by default
14
Result
& operator=(
Result
const
&);
15
Result
(
Result
const
&);
16
Result
();
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
explicit
Result
(
::Bedrock::ErrorInfo<::std::error_code>
&& error);
22
23
MCAPI
Result
(
::Core::Result
&& result);
24
25
MCAPI
explicit
Result
(
::Bedrock::Result<void>
&&);
26
27
MCAPI
explicit
Result
(
bool
success);
28
29
MCAPI
~Result
();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(
::Bedrock::ErrorInfo<::std::error_code>
&& error);
36
37
MCFOLD
void
* $ctor(
::Core::Result
&& result);
38
39
MCAPI
void
* $ctor(
::Bedrock::Result<void>
&&);
40
41
MCAPI
void
* $ctor(
bool
success);
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCFOLD
void
$dtor();
48
// NOLINTEND
49
};
50
51
}
// namespace Core
Bedrock::Result
Definition
Result.h:9
Core::Result
Definition
Result.h:11
Bedrock::ErrorInfo
Definition
ErrorInfo.h:9
src-server
mc
deps
core
platform
Result.h
Generated on Wed Nov 5 2025 13:12:44 for LeviLamina by
1.12.0