LeviLamina
Loading...
Searching...
No Matches
EducationMetadataError.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 // vIndex: 2
13 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const /*override*/;
14
15 // vIndex: 3
16 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const /*override*/;
17
18 // vIndex: 0
19 virtual ~EducationMetadataError() /*override*/;
20 // NOLINTEND
21
22public:
23 // destructor thunk
24 // NOLINTBEGIN
25 MCFOLD void $dtor();
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31 MCFOLD ::std::unordered_map<int, ::std::string> const& $getLocErrorMessageMap() const;
32
33 MCFOLD ::std::unordered_map<int, ::std::string> const& $getEventErrorMessageMap() const;
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCAPI static void** $vftable();
40 // NOLINTEND
41};
Definition EducationMetadataError.h:8
Definition PackError.h:13