csymbols.xml
来自「这是一个能够自动生成文档的程序」· XML 代码 · 共 39 行
XML
39 行
<?xml version="1.0" encoding="GB2312" ?><class name="CSymbols"> <explain>保存全局变量,全局函数,类
上述对象指针同时保存在CIdentifiers的对象中,并由该对象删除
CSymbols类的对象不能删除这些对象指针
</explain> <function name="CSymbols"> <prototype index="1">CSymbols();</prototype> <desc>构造函数
</desc> <explain>构造函数
</explain> </function> <function name="~CSymbols"> <prototype index="1">virtual ~CSymbols();</prototype> <desc>析构函数
</desc> <explain>析构函数
</explain> </function> <function name="QueryGlobalItem"> <prototype index="1">GLOBALSYMBAL* QueryGlobalItem(CPage* ipPage);</prototype> <desc>查询用于保存全局函数或变量的对象,
全局函数或变量按...</desc> <explain>查询用于保存全局函数或变量的对象,
全局函数或变量按所在的代码页保存
</explain> </function> <function name="AddVariable"> <prototype index="1">void AddVariable(CVariable* ipVar,CPage* ipPage);</prototype> <desc>加入变量
</desc> <explain>加入变量
</explain> </function> <function name="AddFunction"> <prototype index="1">void AddFunction(CExFunction* ipFunc,CPage* ipPage);</prototype> <desc>加入函数
</desc> <explain>加入函数
</explain> </function> <function name="AddType"> <prototype index="1">void AddType(CType* ipType,CPage* ipPage=NULL);</prototype> <desc>加入类
</desc> <explain>加入类
</explain> </function> <function name="OutputSymbols"> <prototype index="1">void OutputSymbols(LPCTSTR iDocDir);</prototype> <desc>输出信息到代码文档
</desc> <explain>输出信息到代码文档
</explain> </function></class>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?