LeviLamina
Loading...
Searching...
No Matches
StorageAreaState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Core { class FileStorageArea; }
8namespace Core { class StorageAreaStateListener; }
9// clang-format on
10
11namespace Core {
12
14public:
15 // member variables
16 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 StorageAreaState& operator=(StorageAreaState const&);
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI void checkUserStorage(
36 ::std::shared_ptr<::Core::FileStorageArea> const& fileStorageArea,
37 uint64 freeSpace,
38 uint64 usedSpace,
39 uint64 totalCapacity,
40 bool canExtendSize
41 );
42
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace Core
Definition StorageAreaState.h:13
MCAPI void checkUserStorage(::std::shared_ptr<::Core::FileStorageArea > const &fileStorageArea, uint64 freeSpace, uint64 usedSpace, uint64 totalCapacity, bool canExtendSize)
Definition Alias.h:14