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 mframe::lang {
23 struct Updater;
24} // namespace mframe::lang
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29struct mframe::lang::Updater : public virtual Interface {
30 /* *************************************************************************************
31 * Method
32 */
33
40 virtual bool update(void) abstract;
41
48 virtual bool isUpdating(void) abstract;
49};
50
51/* ***************************************************************************************
52 * End of file
53 */
54
55#endif /* MFRAME_CF8A21F0_A644_4EE4_A29D_B76F28A9FD43 */
Definition Appendable.h:23
Definition Interface.h:134
Definition Updater.h:29
virtual bool isUpdating(void) override
是否正在更新
virtual bool update(void) override
更新資源