LeviLamina
Loading...
Searching...
No Matches
AllowListFile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/FileReadResult.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Core { class Path; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 AllowListFile& operator=(AllowListFile const&);
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI explicit AllowListFile(::Core::Path const& filePath);
31
32 MCAPI ::FileReadResult reload();
33
34 MCAPI void syncToDisc();
35
36 MCAPI ~AllowListFile();
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static ::AllowListFile loadFromDefaultLocations();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::Core::Path const& filePath);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56};
Definition AllowListFile.h:13
Definition Path.h:15
Definition Path.h:16
Definition Alias.h:14