⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 r-r.rep

📁 Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久
💻 REP
字号:
// differences from r.rep://	there is no superclass header to include//	we generate `root and `metaroot at % root in `{dcl, because//	we explicitely insert the `root `{%- into struct `metaroot//% -r			// implement -r option for root class#  ifndef  `class _r `n#  define  `class _r `n `n`{prot  `{if `class `    `line `n  `} `{else `{if `class `root `n    struct  `root  { `n      `{struct `root	`t	`const `type  `name ; `n      `}    }; `n `n    struct  `metaroot  {  struct  `root  _; `n      `{struct `metaroot	`t	`const `type  `name ; `n      `}n      `{%- `t `%link `n `}    }; `n `n    `{%- `%super-header ; `n `}n  `}fi `}fi`}n#  endif `n

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -