📄 ccodeexception.xml
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -