Another pointer of type SSL is also needed to hold the SSL connection structure (this is required for something that will be done shortly).
还需要另一个ssl类型的指针来保持SSL连接结构(这是短时间就能完成的一些连接所必需的)。
Another optional type is the new intptr_t type, which is an integer large enough to hold a pointer.
另一个可选的类型是新的intptr_t类型,它是一个足够大的可以容纳一个指针的整数。
To have a variable hold this kind of list in a program, all you need is to have a pointer that points to type struct ll_int_node.
要在程序中使用一个变量来容纳这种链表,您需要做的只是使用一个指向类型struct ll_int _ node的指针。
Move the pointer over each section of the pie chart to view the percentage for the statement type.
把鼠标指针移动到饼图的每个部分上,就会看到这种语句类型的百分比。
These events identify the type of the change and contain a pointer to the object that was changed.
这些事件标识了更改的类型,并包含指向所更改对象的指针。
Casting from member function pointer to another type and back, strict-aliasing issue?
铸造成员函数指针到另一个类型和背部,严格的混叠问题?
To add an item to the tree, simply call AddItem and give it a pointer to the type of object being stored.
要向这棵树添加一个子项,可以简单的调用AddItem并传一个指针给它,用来存放添加后的对象。
We now know that this represents a function pointer type that can refer to any method taking a single int argument and returning a string.
我们现在知道了这是一个函数指针类型,它可以引用任何有一个int类型参数并且返回一个string类型的方法。
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来分配,这将返回一个指针,指向一块内存单元,其所占内存槽初始化为零。
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函数,返回该指针时,它包含从参数处理过程获得的值。
The structure in Listing 4 is used by the mimeokay function for one purpose: to set the global string pointer fstr to the appropriate MIME type string matching the file's extension: fext.
清单4中所示的结构由mimeokay函数使用,用来实现以下用途:将全局字符串指针fstr 设置为与文件扩展名 fext 相匹配的合适的MIME类型。
Thus, array (pointer (char), 4) is the type of arrays of 4 Pointers to char.
因此y的类型就是有四个元素、这些元素指向char类型的指针数组。
In earlier versions, it changes the return value of the generated function in_word_set from its default Boolean value (that is, 0 or 1) to the pointer to wordlist array type.
在早期版本中,它将生成的函数in _ word_set返回的默认布尔值(即0或1)修改为pointer to wordlist array类型。
Determines whether a given type is a pointer to member object type.
判定一个给定的类型是否为成员对象指针类型。
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 base member took different arguments than the derived-class member, there would be no way to call the derived function from a reference or pointer to the base 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.
如果函数是虚函数,并且调用是通过引用或者指针,编译器基于动态类型生成代码确定调用哪个版本。
LPVOID a 32-bit pointer to an unspecified type.
一个32位指针,指向一个未指明的类型的值。
The pointer, which looks like a blinking vertical line, will already be positioned in the first box that you need to type in.
指针(看上去像一个闪烁的垂直线)将会停在您要输入的第一个框里。
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.
如果指针指向继承层次中的一种类型,指针所指对象的类型就有可能与指针的类型不同。
Casting a pointer to a pointer of another type has no effect at runtime (at least for objects).
铸造的指针的指针的另一种类型没有影响(至少在运行时对象)。
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.
调用该宏计算出已知类型、已有一个域(成员)的指针的结构体的基地址。
Linking occurs when your code is bound to a type reference, including function pointer references and method calls.
当您的代码绑定到类型引用(包括函数指针引用和方法调用)时,就会进行链接。
Recall that when we pass an argument of array or function type, that argument is automatically converted to an pointer.
回忆一下,传递数组或函数类型实参的时候,该实参自动转换为一个指针。
Returns a pointer to the run-time type information (RTTI) table for the object type.
返回一个指向用于说明对象类型的RTTI表的指针。
Conversion of a null pointer to another pointer type yields a null pointer of that type.
一个空指针到另一个指针类型转换产生一个空的指针类型。
Gets an array of the specified type, or a pointer or reference to the specified type.
获取指定类型的数组、或一个指向指定类型的指针或对指定类型的引用。
When passed by reference, a pointer to a pointer to the type is passed on the stack.
当通过引用传递时,该类型的指针的指针在堆栈上传递。
When passed by reference, a pointer to a pointer to the type is passed on the stack.
当通过引用传递时,该类型的指针的指针在堆栈上传递。
应用推荐