LeviLamina
Loading...
Searching...
No Matches
DeduplicatePacksVisitor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Pack;
8// clang-format on
9
10namespace PackCommand {
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI bool tryVisit(::Pack const& pack);
29
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38};
39
40} // namespace PackCommand
Definition Pack.h:28
Definition DeduplicatePacksVisitor.h:12
MCAPI bool tryVisit(::Pack const &pack)
Definition Alias.h:14