typedef

类型定义

常用释义

词性释义

n.

定义类型
例句
  • 全部
  • 类型定义
比如人们常常使用typedef来编写更美观和可读的代码。
如下面的示例所示,Point值类型变为名为Point的类型定义(typedef)。
All references to the Point value type elsewhere in the type library are replaced with the Point typedef.
类型库中其他地方的所有对Point值类型的引用都被替换为Pointtypedef。
The typedef into ax_t design ates a signed integer type cap able of representing any value of any signed integer type.
t表示一个有符号整数类型,它可以表示任意有符号整数类型的值。
Surprising as it may sound, typedef is a storage class specifier, just like auto, extern, mutable, static and register.
这种说法是不是有点令人惊讶,typedef就像auto,extern,mutable,static,和register一样,是一个存储类关键字。
The typedef keyword must be present, unless you are specifying the arrays as part of a structure.
必须出现typedef关键字,除非指定的数组是结构的一部分。
The typedefs I've shown thus far behave like a #define macro that substitutes a synonym with its actual type.
上面讨论的typedef行为有点像#define宏,用其实际类型替代同义字。
用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLLprogramcode。
双击类、结构、联合体、类型定义,或者它们的成员字段,将会定位到这个元素声明的位置。
Gets an enumerator for an array of generic parameter tokens associated with the specified TypeDef or MethodDef token.
获取与指定标记表示的泛型参数关联的元数据。
Typedef声明有助于创建平台无关类型,甚至能隐藏复杂和难以理解的语法。
显然,这里使用typedef不是一种特权,而是一种必需。
唯一要改的是typedef本身。
In paint-types. h, dd a typedef line analog to the one used for GimpPaintbrush.
在paint-types.h中,dd一个typedef行模拟(lineanalog)到GimpPaintbrush使用的行模拟。
The CORBA specification provides no guarantee that two typedefs of a short will be compatible and interchangeable.
CORBA规范不保证short的两种typedef是兼容的和可互换的。
X-name is a use of an identifier in a context that determines its meaning (e. g. class-name, typedef-name).
某名称表示通过上下文决定的某个标识符(比如类名称,类型定义名称)。
在C++中,typedef关键字表示类型定义,实际上别名也许是更为精确的术语。
标准库广泛地使用typedef来创建这样的平台无关类型:size_t,ptrdiff和fpos_t就是其中的例子。
应该使用typedef创建新的类型名称,这将帮助解释接口或保存输入。
typedef声明,简称typedef,为现有类型创建一个新的名字。
显示如何为托管数组创建typedef。
With the help of this profile you can model CORBA-specific types like struct, valuetype, typedef, and so on.
在这个配置文件的帮助下,您能够建模特定CORBA类型,例如结构体、变量类型、类型定义等等。
It will make your method more readable if you typedef a float to be used within this method.
如果在该方法中使用typedeffloat语句,这将使该方法更具可读性。
A typedef is used to give the type a shorter name of sp_args.
typedef用来给类型一个短名sp_args。
typedef使用最多的地方是创建易于记忆的类型名,用它来归档程序员的意图。
On machines that don't support long double, this typedef will look like this
在不支持longdouble的机器上,该typedef看起来会是下面这样
Value type becomes a type definition typedef with the name
值类型变为名为
C++类的可视化(图形化表示),数据类型结构,枚举以及UML分类符的类型定义。
定义一个typedef,每当要用到相同类型和大小的数组时,可以这样
Use of benign typedef redefinitions within the same scope
在同一范围内使用良性的typedef重定义
1·Accessing typedef enum by the number?
访问类型定义枚举的号码吗?