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 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI DebugAssertException(::DebugAssertException const&);
33
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCNAPI void* $ctor(::DebugAssertException const&);
41
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCNAPI char const* $what() const;
49
50
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
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()
Definition AssertHandlerContext.h:5
Definition context.h:5
Definition Alias.h:14