📄 cvariable.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& iList,UINT iAccessTrim,CVariableList& 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*&...</desc> <explain>插入类型的一部分,插入到类型字串的前面
如CMyClas*&, 将按这种顺序加入&, *, 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& oType);</prototype> <desc>取得变量的类型
</desc> <explain>取得变量的类型
</explain> </function> <function name="GetPureType"> <prototype index="1">void GetPureType(CString& 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*& opVar,CTokenList& iList,POSITION& ioPos,LPCTSTR iType);</prototype> <desc>解析一个变量
</desc> <explain>解析一个变量
</explain> </function> <function name="ParseVariableType"> <prototype index="1">static void ParseVariableType(CTokenList& ioList,POSITION& ioPos,BOOL& oDefinition,CString& oType,UINT& oTrim);</prototype> <desc>解析变量类型
</desc> <explain>解析变量类型
</explain> </function></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -