mFrame
載入中...
搜尋中...
無符合項目
Flushable.h
1
7#ifndef MFRAME_A1569EA4_CF70_4FAC_8F83_2DDBE35881AB
8#define MFRAME_A1569EA4_CF70_4FAC_8F83_2DDBE35881AB
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "./../lang/Interface.h"
16
17//----------------------------------------------------------------------------------------
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace mframe::lang {
23 struct Flushable;
24}
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
48 virtual void flush(void) abstract;
49};
50
51/* ***************************************************************************************
52 * End of file
53 */
54
55#endif /* MFRAME_A1569EA4_CF70_4FAC_8F83_2DDBE35881AB */
Definition Appendable.h:23
Definition Flushable.h:29
virtual void flush(void) override
Definition Interface.h:134