LeviLamina
Loading...
Searching...
No Matches
MigrationDetector_Disk.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/application/storage_migration/MigrationDetector.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Bedrock::StorageMigration { struct FoundFiles; }
11namespace Bedrock::StorageMigration { struct ManifestData; }
12// clang-format on
13
14namespace Bedrock::StorageMigration {
15
17public:
18 // member variables
19 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 0
38 virtual ~MigrationDetector_Disk() /*override*/ = default;
39
40 // vIndex: 1
41 virtual ::std::shared_ptr<::Bedrock::StorageMigration::FoundFiles> getFoundFiles() const /*override*/;
42
43 // vIndex: 2
44 virtual void _runDetector(::std::shared_ptr<::Bedrock::StorageMigration::ManifestData>) /*override*/;
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56
57 // NOLINTEND
58};
59
60} // namespace Bedrock::StorageMigration
Definition MigrationDetector_Disk.h:16
Definition MigrationDetector.h:14
Definition Alias.h:14