cscope.xml
来自「这是一个能够自动生成文档的程序」· XML 代码 · 共 34 行
XML
34 行
<?xml version="1.0" encoding="GB2312" ?><class name="CScope"> <explain>管理当前域及当前可见的域
但函数内的局部域除外
</explain> <function name="CScope"> <prototype index="1">CScope();</prototype> <desc>构造函数
</desc> <explain>构造函数
</explain> </function> <function name="~CScope"> <prototype index="1">virtual ~CScope();</prototype> <desc>析构函数
</desc> <explain>析构函数
</explain> </function> <function name="EnterScope"> <prototype index="1">void EnterScope(LPCTSTR iScope="");</prototype> <desc>进入一个域
</desc> <explain>进入一个域
</explain> </function> <function name="ExitScope"> <prototype index="1">void ExitScope();</prototype> <desc>离开一个域
</desc> <explain>离开一个域
</explain> </function> <function name="GetCurrScope"> <prototype index="1">LPCTSTR GetCurrScope();</prototype> <desc>取得当前域
</desc> <explain>取得当前域
</explain> </function> <function name="Init"> <prototype index="1">void Init();</prototype> <desc>初始化
</desc> <explain>初始化
</explain> </function></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?