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

📄 cidenitem.xml

📁 这是一个能够自动生成文档的程序
💻 XML
字号:
<?xml version="1.0" encoding="GB2312" ?><class name="CIdenItem">	<explain>标识符项对象
</explain>	<function name="CIdenItem">		<prototype index="1">CIdenItem();</prototype>		<desc>构造函数
</desc>		<explain>构造函数
</explain>	</function>	<function name="~CIdenItem">		<prototype index="1">virtual ~CIdenItem();</prototype>		<desc>析构函数
</desc>		<explain>析构函数
</explain>	</function>	<function name="IsAccessTrim">		<prototype index="1">BOOL IsAccessTrim();</prototype>		<desc>是否访问修饰符
</desc>		<explain>是否访问修饰符
</explain>	</function>	<function name="IsDataType">		<prototype index="1">BOOL IsDataType();</prototype>		<desc>判断标识符是否是一个数据类型
</desc>		<explain>判断标识符是否是一个数据类型
</explain>	</function>	<function name="IsNotDataTypeKey">		<prototype index="1">BOOL IsNotDataTypeKey();</prototype>		<desc>判断标识符是否是一个除基本数据类型以外的关键字
</desc>		<explain>判断标识符是否是一个除基本数据类型以外的关键字
</explain>	</function>	<function name="GetDataType">		<prototype index="1">CString GetDataType();</prototype>		<desc>取得标识符类别
</desc>		<explain>取得标识符类别
</explain>	</function>	<function name="GetName">		<prototype index="1">CString GetName();</prototype>		<desc>取得名字
</desc>		<explain>取得名字
</explain>	</function></class>

⌨️ 快捷键说明

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