LeviLamina
Loading...
Searching...
No Matches
UIPackError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackError.h"
7
8class UIPackError : public ::PackError {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const /*override*/;
13
14 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const /*override*/;
15
16#ifdef LL_PLAT_S
17 virtual ~UIPackError() /*override*/ = default;
18#else // LL_PLAT_C
19 virtual ~UIPackError() /*override*/;
20#endif
21
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27 MCNAPI void $dtor();
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33#ifdef LL_PLAT_C
34 MCNAPI ::std::unordered_map<int, ::std::string> const& $getLocErrorMessageMap() const;
35
36 MCNAPI ::std::unordered_map<int, ::std::string> const& $getEventErrorMessageMap() const;
37#endif
38
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition PackError.h:8
Definition UIPackError.h:8
MCAPI void $dtor()
static MCAPI void ** $vftable()