dereference

dereference

 英

  • 网络解引用;解参考;间接引用

例句

The iterator types define the dereference operator to return the object to which the iterator refers.

类型定义了解引用操作符来返回指向对象

Assigning to the result of a dereference assigns a new value to the indexed element.

引用操作结果一个相应元素

Like the subscript and dereference operators, assignment returns an lvalue .

和解引用操作符一样赋值操作返回

Since the SPE does not have direct access to main memory, you cannot directly dereference this as a pointer.

由于SPE不能直接访问主存所以无法直接作为一个指针废弃

Dereference returns an lvalue, so we may use a dereference operator as the left-hand operand of an assignment.

引用返回因此引用操作符用作操作操作

The parentheses are required due to the precedence of the addition and dereference operators.

由于加法操作和解引用操作优先不同上述表达括号必要

Do a better job of tracking the possible set of items modified by a pointer dereference, reducing the numbers of loads and stores.

更好跟踪可能取消指针引用修改减少加载存储数目

Doing so usually leads to a crash as soon as we attempt to dereference the uninitialized pointer.

因此初始指针进行引用通常会导致程序崩溃

Operator is also used to declare pointer types and to dereference pointers.

运算符用来声明指针类型取消引用指针

Null pointer dereference faults are popular in C++ program, fault-oriented static testing method should detect these faults well.

指针引用错误C++程序普遍存在面向故障静态测试方法应该针对这种故障模式

In addition to creating Scheme variables in C, you can also dereference Scheme variables and convert values between the two environments.

除了C创建Scheme变量可以取消引用Scheme变量两个环境之间转换

NASM uses square brackets to dereference the value at the address pointed to by a memory location: [var1].

NASM使用括号间接引用一个内存位置指向地址:[var1]。

If there is no dereference , then the pointer itself is being changed.

如果没有使用引用操作修改指针本身

You can use a URN to talk about a resource without implying its location or how to dereference it.

可以URN表示资源不用指明资源位置或者如何取消引用

The exception that is thrown when there is an attempt to dereference a null object reference.

尝试取消引用对象引用引发异常

The dereference operator has a higher precedence than the addition operator.

引用操作符优先加法操作符

The dereference and arrow operators are often used in classes that implement smart pointers ( Section 13. 5. 1, p. 495).

引用操作符箭头操作符常用实现智能指针(第13.5.1

Otherwise, you will need to use either the -H or -L options of ls to dereference the link and give you information about the target.

否则需要使用ls命令-H-L选项取消引用链接提供有关目标信息

Specify your structure and the list variable within your structure, which is used internally to dereference back to the container.

指定结构结构之内列表变量后者用于内部取消引用返回容器

Use HTTP URIs so that people can locate and look up (dereference) these things.

使用HTTPURI使人们能够定位查找反向引用这些事物

GAS uses a circular brace to dereference the same value: (var1).

GAS使用圆括号间接引用同样:(var1)。

The one case where it matters that a throw expression throws the static type is if we dereference a pointer in a throw.

抛出表达式抛出静态类型比较麻烦一种情况抛出指针引用

it can detect defects that happen in lower probability such as memory leak and null pointer dereference.

可以检测一些概率缺陷例如存储器泄漏缺陷指针引用缺陷

To correct this warning, specify the correct level of dereference, as shown in the following sample code

若要更正警告指定正确取消引用级别下面代码示例

Warning C6269: possible incorrect order of operations: dereference ignored

警告C6269:运算顺序可能正确取消引用忽略

Null pointer dereference in method on exception path

方法存在异常路径指针

The following code generates this warning because an incorrect level of dereference is used in the Pre condition

下面代码因为条件使用取消引用级别有误所以会生成警告