These events identify the type of the change and contain a pointer to the object that was changed.
这些事件标识了更改的类型,并包含指向所更改对象的指针。
To add an item to the tree, simply call AddItem and give it a pointer to the type of object being stored.
要向这棵树添加一个子项,可以简单的调用AddItem并传一个指针给它,用来存放添加后的对象。
A pointer to a variable of this type is passed to the process_args function, and on return, the variable contains values obtained from arg processing.
指向该类型变量的指针被传递到process_args函数,返回该指针时,它包含从参数处理过程获得的值。
Values of this type can now be allocated using the built-in function new, which returns a pointer to the value in memory with all slots initialized to the zero value.
现在这一类型的值可以通过内建的函数new来分配,这将返回一个指针,指向一块内存单元,其所占内存槽初始化为零。
The pointer containers of this library are all built using the adapters. There is a pointer container for each type of "normal" standard container highlighted as links below.
本库中的指针容器都是用适配器构建的。对于每种“普通”标准容器都有一个指针容器,如以下链接所示。
The dynamic type of an object (as opposed to a reference or pointer) is always the same as the static type of the object.
对象的动态类型总是与静态类型相同,这一点与引用或指针相反。
An array is converted to a pointer to the type of the array; a function is converted to the appropriate pointer to function type.
将数组转换为指向数组类型的指针,将函数转换为指向函数类型的适当指针。
If the function is virtual and the call is through a reference or pointer, then the compiler generates code to determine which version to run based on the dynamic type of the object.
如果函数是虚函数,并且调用是通过引用或者指针,编译器基于动态类型生成代码确定调用哪个版本。
The information displayed varies with the type of object. Place the mouse pointer over a planet, for example, and you'll see something like this.
所显示的信息会因目标的类型而有所不同。例如,把鼠标指在一颗行星上,你会看到这样一个窗口。
The type of locals declared in a fixed statement must be a pointer type.
在固定语句中声明的局部变量类型必须是指针类型。
Called to determine the base address of a structure whose type is known when the caller has a pointer to a field inside such a structure.
调用该宏计算出已知类型、已有一个域(成员)的指针的结构体的基地址。
If the pointer points to a type from an inheritance hierarchy, it is possible that the type of the object to which the pointer points is different from the type of the pointer.
如果指针指向继承层次中的一种类型,指针所指对象的类型就有可能与指针的类型不同。
This paper tentatively analyzes the realization mechanism of a reference type variable in C, and compares reference and pointer so as to deepen the comprehension of reference.
为准确理解C语言引用的本质,对C语言引用型变理的实现机制进行了初步探讨。
When you pass a reference type as a parameter, you can't change the pointer that you passed in your calling code, but the members of the indicated reference type can be changed in the called code.
当你引用类型作为参数传递时,你不能改变你在调用代码中传递的指针,但表示引用类型的成员可以改变被调用的代码。
Specifies a long pointer to a DRAWITEMSTRUCT data structure that contains information about the item to be drawn and the type of drawing required.
指定了指向DRAWITEMSTRUCT数据结构的长指针,其中包含有关要画出的项和要求的绘图类型的信息。
The . funcptr property of a delegate will return the function pointer value as a function type.
函数指针和委托可能会合并到一个统一的语法中并且可以互相代替。
Gets an array of the specified type, or a pointer or reference to the specified type.
获取指定类型的数组、或一个指向指定类型的指针或对指定类型的引用。
This error can be caused by a missing type specifier in the declaration of a pointer to a member.
造成这项错误的原因可能是:在成员指标的宣告中遗漏型别规范。
If the value's type is a reference type, this method returns the size of the pointer rather than the size of the object.
如果该值的类型为引用类型,则此方法将返回指针的大小而非该对象的大小。
I find it easiest to mimic the pattern of structure declaration used in the official DDK, so I declared this device extension as a structure with a tag as well as a type and pointer-to-type name.
很容易模仿在正式的DD K种使用的结构声明的模式,所以我把这个设备扩展名声明称一个结构,伴随标签和类型以及类型指针名称。
I find it easiest to mimic the pattern of structure declaration used in the official DDK, so I declared this device extension as a structure with a tag as well as a type and pointer-to-type name.
很容易模仿在正式的DD K种使用的结构声明的模式,所以我把这个设备扩展名声明称一个结构,伴随标签和类型以及类型指针名称。
应用推荐