mFrame
載入中...
搜尋中...
無符合項目
Updater.h
1
7#ifndef MFRAME_CF8A21F0_A644_4EE4_A29D_B76F28A9FD43
8#define MFRAME_CF8A21F0_A644_4EE4_A29D_B76F28A9FD43
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15
16//----------------------------------------------------------------------------------------
17#include "./../lang/Interface.h"
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace ufm::util {
23 struct Updater;
24} // namespace ufm::util
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
66 /* *************************************************************************************
67 * Method
68 */
69
76 virtual bool update(void) abstract;
77
84 virtual bool isUpdating(void) abstract;
85};
86
87/* ***************************************************************************************
88 * End of file
89 */
90
91#endif /* MFRAME_CF8A21F0_A644_4EE4_A29D_B76F28A9FD43 */
Definition Iterable.h:28
更新器介面,定義通用的更新操作行為。
Definition Updater.h:65
virtual bool update(void) override
更新資源
virtual bool isUpdating(void) override
是否正在更新