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