LeviLamina
Loading...
Searching...
No Matches
DBStorageFolderWatcher.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/events/PrivacyTagEnterprise.h"
7#include "mc/world/level/storage/DBStorageFolderWatcherSnapshotKind.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Social::Events { class Event; }
12// clang-format on
13
14class DBStorageFolderWatcher {
15public:
16 // member variables
17 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 DBStorageFolderWatcher& operator=(DBStorageFolderWatcher const&);
30 DBStorageFolderWatcher(DBStorageFolderWatcher const&);
31 DBStorageFolderWatcher();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36#ifdef LL_PLAT_C
37 MCNAPI void toTelemetryEvent(
39 ::DBStorageFolderWatcherSnapshotKind kind,
40 ::Social::Events::PrivacyTagEnterprise privacyTag
41 ) const;
42#endif
43 // NOLINTEND
44};
Definition Event.h:14
Definition Alias.h:14