LeviLamina
Loading...
Searching...
No Matches
PackLoadError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackError.h"
7
8class PackLoadError : 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 virtual ~PackLoadError() /*override*/;
17 // NOLINTEND
18
19public:
20 // destructor thunk
21 // NOLINTBEGIN
22 MCNAPI void $dtor();
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCNAPI ::std::unordered_map<int, ::std::string> const& $getLocErrorMessageMap() const;
29
30 MCNAPI ::std::unordered_map<int, ::std::string> const& $getEventErrorMessageMap() const;
31
32
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCNAPI static void** $vftable();
39 // NOLINTEND
40};
Definition PackError.h:8
Definition PackLoadError.h:8
static MCAPI void ** $vftable()
MCAPI ::std::unordered_map< int, ::std::string > const & $getEventErrorMessageMap() const
MCAPI ::std::unordered_map< int, ::std::string > const & $getLocErrorMessageMap() const
MCAPI void $dtor()