LeviLamina
Loading...
Searching...
No Matches
PackDiscoveryError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackError.h"
7#include "mc/resources/PackParseErrorType.h"
8
10public:
11 // virtual functions
12 // NOLINTBEGIN
13 // vIndex: 2
14 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const /*override*/;
15
16 // vIndex: 3
17 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const /*override*/;
18
19 // vIndex: 0
20 virtual ~PackDiscoveryError() /*override*/;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI PackDiscoveryError(::PackParseErrorType errorType, ::std::vector<::std::string> const& errorParam);
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCAPI void* $ctor(::PackParseErrorType errorType, ::std::vector<::std::string> const& errorParam);
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCFOLD void $dtor();
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCFOLD ::std::unordered_map<int, ::std::string> const& $getLocErrorMessageMap() const;
45
46 MCFOLD ::std::unordered_map<int, ::std::string> const& $getEventErrorMessageMap() const;
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCAPI static void** $vftable();
53 // NOLINTEND
54};
Definition PackDiscoveryError.h:9
Definition PackError.h:13