ccodeexception.xml

来自「这是一个能够自动生成文档的程序」· XML 代码 · 共 34 行

XML
34
字号
<?xml version="1.0" encoding="GB2312" ?><class name="CCodeException">	<explain>用于处理语法错误的类
</explain>	<function name="CCodeException">		<prototype index="1">CCodeException(CToken* ipToken,LPCTSTR iDesc=NULL);</prototype>		<desc>构造函数
</desc>		<explain>构造函数
</explain>	</function>	<function name="~CCodeException">		<prototype index="1">virtual ~CCodeException();</prototype>		<desc>析构函数
</desc>		<explain>析构函数
</explain>	</function>	<function name="GetPathName">		<prototype index="1">CString GetPathName() const;</prototype>		<desc>取得代码页的完整路径
</desc>		<explain>取得代码页的完整路径
</explain>	</function>	<function name="GetDesc">		<prototype index="1">CString GetDesc() const;</prototype>		<desc>取得产生错误的说明
</desc>		<explain>取得产生错误的说明
</explain>	</function>	<function name="GetLine">		<prototype index="1">int GetLine() const;</prototype>		<desc>取得出错的行号
</desc>		<explain>取得出错的行号
</explain>	</function>	<function name="GetColumn">		<prototype index="1">int GetColumn() const;</prototype>		<desc>取得出错的列号
</desc>		<explain>取得出错的列号
</explain>	</function></class>

⌨️ 快捷键说明

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