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

📄 cvariable.xml

📁 这是一个能够自动生成文档的程序
💻 XML
字号:
<?xml version="1.0" encoding="GB2312" ?><class name="CVariable">	<explain>变量对象
</explain>	<function name="CVariable">		<prototype index="1">CVariable(LPCTSTR iName=NULL,LPCTSTR iPureType=NULL,LPCTSTR iType=NULL);</prototype>		<desc>构造函数
</desc>		<explain>构造函数
</explain>	</function>	<function name="~CVariable">		<prototype index="1">virtual ~CVariable();</prototype>		<desc>析构函数
</desc>		<explain>析构函数
</explain>	</function>	<function name="ParseVariable">		<prototype index="1">static void ParseVariable(CTokenList&amp; iList,UINT iAccessTrim,CVariableList&amp; oVarList,BOOL iDefinition=TRUE);</prototype>		<desc>解析变量代码
</desc>		<explain>解析变量代码
</explain>	</function>	<function name="UniteVariable">		<prototype index="1">void UniteVariable(CVariable* ipOther);</prototype>		<desc>将从变量定义代码中解析得到的对象合并到由声明解析得...</desc>		<explain>将从变量定义代码中解析得到的对象合并到由声明解析得到的变量
也可能是使用extern在多处声明
</explain>	</function>	<function name="InsertTypePart">		<prototype index="1">void InsertTypePart(LPCTSTR iType);</prototype>		<desc>插入类型的一部分,插入到类型字串的前面
如CMyClas*&amp;...</desc>		<explain>插入类型的一部分,插入到类型字串的前面
如CMyClas*&amp;, 将按这种顺序加入&amp;, *, CMyClass
</explain>	</function>	<function name="UniteType">		<prototype index="1">void UniteType(CToken* ipOperator);</prototype>		<desc>不知道是干什么的
</desc>		<explain>不知道是干什么的
</explain>	</function>	<function name="GetType">		<prototype index="1">void GetType(CString&amp; oType);</prototype>		<desc>取得变量的类型
</desc>		<explain>取得变量的类型
</explain>	</function>	<function name="GetPureType">		<prototype index="1">void GetPureType(CString&amp; oPureType);</prototype>		<desc>取得变量的纯粹的类型
</desc>		<explain>取得变量的纯粹的类型
</explain>	</function>	<function name="SetType">		<prototype index="1">void SetType(LPCTSTR iType);</prototype>		<desc>设置变量的类型
</desc>		<explain>设置变量的类型
</explain>	</function>	<function name="SetPureType">		<prototype index="1">void SetPureType(LPCTSTR iPureType);</prototype>		<desc>设置变量的纯粹的类型
</desc>		<explain>设置变量的纯粹的类型
</explain>	</function>	<function name="SetArray">		<prototype index="1">void SetArray(LPCTSTR iArray);</prototype>		<desc>设置变量中的数组部分
</desc>		<explain>设置变量中的数组部分
</explain>	</function>	<function name="ParseOneVariable">		<prototype index="1">static BOOL ParseOneVariable(CVariable*&amp; opVar,CTokenList&amp; iList,POSITION&amp; ioPos,LPCTSTR iType);</prototype>		<desc>解析一个变量
</desc>		<explain>解析一个变量
</explain>	</function>	<function name="ParseVariableType">		<prototype index="1">static void ParseVariableType(CTokenList&amp; ioList,POSITION&amp; ioPos,BOOL&amp; oDefinition,CString&amp; oType,UINT&amp; oTrim);</prototype>		<desc>解析变量类型
</desc>		<explain>解析变量类型
</explain>	</function></class>

⌨️ 快捷键说明

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