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

📄 methoddecl.mtl

📁 realview22.rar
💻 MTL
字号:
$if method-is-virtual$virtual $endif$$\$
$if method-is-static$static $endif$$\$
$if method-is-inline$inline $endif$$\$
$if method-has-return-type$$method-return-type$ $endif$$\$
$method-name$($method-param-list$)$\$
$if method-is-const$ const$endif$$\$
$if method-is-pure$ = 0;$\$
$elseif method-is-inline$$if method-needs-stub-return$
	{	// Fill in code here ...
		$method-stub-return-type$ x$method-stub-return-initializer$;
		return x;
	}$\$
$else$$\$
	{ /* Fill in code here ... */ }$\$
$endif$$\$
$else$;$\$
$endif$$\$

⌨️ 快捷键说明

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