mFrame
載入中...
搜尋中...
無符合項目
Updatable.h
1
7#ifndef MFRAME_C856E9DB_E7F3_497F_B537_4ECA815534AC
8#define MFRAME_C856E9DB_E7F3_497F_B537_4ECA815534AC
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15
16//----------------------------------------------------------------------------------------
17#include "./../lang/Interface.h"
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace ufm::lang {
23 struct Updatable;
24} // namespace ufm::lang
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
45 virtual void update(void) abstract;
46};
47
48/* ***************************************************************************************
49 * End of file
50 */
51
52#endif /* MFRAME_C856E9DB_E7F3_497F_B537_4ECA815534AC */
Definition Appendable.h:23
[Interface] 定義可更新的物件介面
Definition Updatable.h:38
virtual void update(void) override
更新方法