mFrame
載入中...
搜尋中...
無符合項目
Executor.h
1
7
#ifndef MFRAME_35E45212_24D5_4AF3_80AF_9A7F60D7A550
8
#define MFRAME_35E45212_24D5_4AF3_80AF_9A7F60D7A550
9
10
/* ***************************************************************************************
11
* Include
12
*/
13
14
//----------------------------------------------------------------------------------------
15
16
//----------------------------------------------------------------------------------------
17
#include "./../lang/Interface.h"
18
19
/* ***************************************************************************************
20
* Namespace
21
*/
22
namespace
mframe::lang
{
23
struct
Executor;
24
}
// namespace mframe::lang
25
26
/* ***************************************************************************************
27
* Class/Interface/Struct/Enum
28
*/
29
struct
mframe::lang::Executor
:
public
virtual
mframe::lang::Interface
{
30
/* *************************************************************************************
31
* Method
32
*/
33
40
virtual
void
execute
(
void
) abstract;
41
};
42
43
/* ***************************************************************************************
44
* End of file
45
*/
46
47
#endif
/* MFRAME_35E45212_24D5_4AF3_80AF_9A7F60D7A550 */
mframe::lang
Definition
Appendable.h:23
mframe::lang::Executor
Definition
Executor.h:29
mframe::lang::Executor::execute
virtual void execute(void) override
非阻塞式執行進入點
mframe::lang::Interface
Definition
Interface.h:134
C:
Workspaces
mframe-doxygen
souurce
base
mframe
src
lang
Executor.h
產生者:
1.11.0