LeviLamina
Loading...
Searching...
No Matches
DebugAssertException.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
AssertHandlerContext
;
8
// clang-format on
9
10
class
DebugAssertException :
public
::std::exception {
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<8, 168>
mUnkc1f125;
15
::ll::UntypedStorage<8, 32>
mUnkd8bc9e;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
DebugAssertException& operator=(DebugAssertException
const
&);
21
DebugAssertException();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
char
const
* what()
const
/*override*/
;
27
28
virtual
~DebugAssertException()
/*override*/
;
29
// NOLINTEND
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCNAPI
DebugAssertException
(::DebugAssertException
const
&);
35
36
MCNAPI
explicit
DebugAssertException
(
::AssertHandlerContext
context
);
37
// NOLINTEND
38
39
public
:
40
// constructor thunks
41
// NOLINTBEGIN
42
MCNAPI
void
*
$ctor
(::DebugAssertException
const
&);
43
44
MCNAPI
void
*
$ctor
(
::AssertHandlerContext
context
);
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
MCNAPI
void
$dtor
();
51
// NOLINTEND
52
53
public
:
54
// virtual function thunks
55
// NOLINTBEGIN
56
MCNAPI
char
const
*
$what
()
const
;
57
58
59
// NOLINTEND
60
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCNAPI
static
void
**
$vftable
();
65
// NOLINTEND
66
};
DebugAssertException::$what
MCAPI char const * $what() const
DebugAssertException::DebugAssertException
MCAPI DebugAssertException(::AssertHandlerContext context)
DebugAssertException::$ctor
MCAPI void * $ctor(::DebugAssertException const &)
DebugAssertException::DebugAssertException
MCAPI DebugAssertException(::DebugAssertException const &)
DebugAssertException::$ctor
MCAPI void * $ctor(::AssertHandlerContext context)
DebugAssertException::$vftable
static MCAPI void ** $vftable()
DebugAssertException::$dtor
MCAPI void $dtor()
AssertHandlerContext
Definition
AssertHandlerContext.h:5
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
debug
DebugAssertException.h
Generated on
for LeviLamina by
1.16.1