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
8
class
PackLoadError
:
public
::PackError
{
9
public
:
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
19
public
:
20
// destructor thunk
21
// NOLINTBEGIN
22
MCNAPI
void
$dtor
();
23
// NOLINTEND
24
25
public
:
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
35
public
:
36
// vftables
37
// NOLINTBEGIN
38
MCNAPI
static
void
**
$vftable
();
39
// NOLINTEND
40
};
PackError
Definition
PackError.h:8
PackLoadError
Definition
PackLoadError.h:8
PackLoadError::$vftable
static MCAPI void ** $vftable()
PackLoadError::$getEventErrorMessageMap
MCAPI ::std::unordered_map< int, ::std::string > const & $getEventErrorMessageMap() const
PackLoadError::$getLocErrorMessageMap
MCAPI ::std::unordered_map< int, ::std::string > const & $getLocErrorMessageMap() const
PackLoadError::$dtor
MCAPI void $dtor()
src
mc
resources
PackLoadError.h
Generated on
for LeviLamina by
1.16.1