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
8// clang-format on
9
10class DebugAssertException : public ::std::exception {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 DebugAssertException& operator=(DebugAssertException const&);
21 DebugAssertException();
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual char const* what() const /*override*/;
27
28 virtual ~DebugAssertException() /*override*/;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI DebugAssertException(::DebugAssertException const&);
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(::DebugAssertException const&);
43
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCNAPI char const* $what() const;
57
58
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
MCAPI char const * $what() const
MCAPI DebugAssertException(::AssertHandlerContext context)
MCAPI void * $ctor(::DebugAssertException const &)
MCAPI DebugAssertException(::DebugAssertException const &)
MCAPI void * $ctor(::AssertHandlerContext context)
static MCAPI void ** $vftable()
MCAPI void $dtor()
Definition AssertHandlerContext.h:5
Definition context.h:5
Definition Alias.h:14