typedef
- 网络类型定义;定义类型;类型说明;类型定义符;类型定义语句
-
With the help of this profile you can model CORBA-specific types like struct , valuetype , typedef , and so on .
在这个配置文件的帮助下,您能够建模特定CORBA类型,例如结构体、变量类型、类型定义等等。
-
A typedef is used to give the type a shorter name of sp_args .
typedef用来给类型一个短名spargs。
-
You should use typedef to create a new name for a type that will help clarify the interface or save typing .
应该使用typedef创建新的类型名称,这将帮助解释接口或保存输入。
-
The typedef keyword must be present , unless you are specifying the arrays as part of a structure .
必须出现typedef关键字,除非指定的数组是结构的一部分。
-
In C + + the typedef keyword suggests type definition when in fact alias would probably be a more accurate term .
在C++中,typedef关键字表示类型定义,实际上别名也许是更为精确的术语。
-
Xerces-C + + uses XMLCh as a typedef 'd character representation .
Xerces-C++使用XMLCh作为typedef'd字符表示。
-
These complex types can be enumerations , structures , and unions , or you can use typedef to create a new name for a type .
这些复杂的类型可以是枚举、结构和联合,或者您可以使用typedef来创建类型的新名称。
-
To correlate the typedef definition with the properties provided by the profile , you can think of the typedef in the following manner : typedef
在将typedef定义与概要文件中提供的属性相关联的过程中,您可能会考虑到以下方式:typedef
-
You could use a typedef to define a callback and make clients supply it , something similar to qsort & but that 's so old-hat .
你可以用typedef来定义一个回调并让客户机来提供这个回调,这种做法有些类似qsort&但那样太老土了。