mFrame
載入中...
搜尋中...
無符合項目
MBC.h
1
7#ifndef CHIP_B5BAE8AB_A7B2_43D5_BCC9_A7B4D7EEDEC3
8#define CHIP_B5BAE8AB_A7B2_43D5_BCC9_A7B4D7EEDEC3
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15#include "mframe.h"
16
17//----------------------------------------------------------------------------------------
18#include "./../trdc/Register.h"
19
20/* ***************************************************************************************
21 * Namespace
22 */
23namespace chip::mbc {
24 class MBC;
25 extern chip::trdc::Register& MBC0;
26} // namespace chip::mbc
27
28/* ***************************************************************************************
29 * Class/Interface/Struct/Enum
30 */
32 /* *************************************************************************************
33 * Variable
34 */
35
36 /* *************************************************************************************
37 * Abstract Method
38 */
39
40 /* *************************************************************************************
41 * Construct Method
42 */
43 private:
48 MBC(void);
49
50 public:
55 virtual ~MBC(void) override;
56
57 /* *************************************************************************************
58 * Operator Method
59 */
60
61 /* *************************************************************************************
62 * Public Method <Override>
63 */
64
65 /* *************************************************************************************
66 * Public Method
67 */
68
69 /* *************************************************************************************
70 * Protected Method
71 */
72
73 /* *************************************************************************************
74 * Private Method
75 */
76
77 /* *************************************************************************************
78 * Static Variable
79 */
80
81 /* *************************************************************************************
82 * Static Method
83 */
84};
85
86/* ***************************************************************************************
87 * End of file
88 */
89
90#endif /* CHIP_B5BAE8AB_A7B2_43D5_BCC9_A7B4D7EEDEC3 */
Definition MBC.h:31
virtual ~MBC(void) override
Destroy the object.
Definition Object.h:34
Definition MBC.h:23
Memory Block Checker(MBC)
Definition trdc/Register.h:100