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 // prevent constructor by default
13
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 2
18 virtual ::std::unordered_map<int, ::std::string> const& getLocErrorMessageMap() const /*override*/;
19
20 // vIndex: 3
21 virtual ::std::unordered_map<int, ::std::string> const& getEventErrorMessageMap() const /*override*/;
22
23 // vIndex: 0
24 virtual ~PackDiscoveryError() /*override*/;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI PackDiscoveryError(::PackParseErrorType errorType, ::std::vector<::std::string> const& errorParam);
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor(::PackParseErrorType errorType, ::std::vector<::std::string> const& errorParam);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCNAPI ::std::unordered_map<int, ::std::string> const& $getLocErrorMessageMap() const;
49
50 MCNAPI ::std::unordered_map<int, ::std::string> const& $getEventErrorMessageMap() const;
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition PackDiscoveryError.h:9
MCAPI ::std::unordered_map< int, ::std::string > const & $getLocErrorMessageMap() const
MCAPI PackDiscoveryError(::PackParseErrorType errorType, ::std::vector<::std::string > const &errorParam)
MCAPI ::std::unordered_map< int, ::std::string > const & $getEventErrorMessageMap() const
MCAPI void $dtor()
static MCAPI void ** $vftable()
MCAPI void * $ctor(::PackParseErrorType errorType, ::std::vector<::std::string > const &errorParam)
Definition PackError.h:8