dereferencing
美
英 
例句
It may appear to be a binary operator that takes an object and a member name, dereferencing the object in order to fetch the member.
它可能表現得像二元操作符一樣:接受一個對象和一個成員名。對對象解引用以獲取成員。
Learn to understand the Perl notation for anonymous array references and dereferencing array elements.
學習理解匿名數組引用和解除數組元素引用的Perl符號。
The result of dereferencing a pointer is an object whose type matches the type of the pointer.
對指針解引用的結果是一個對象,其類型與指針的類型匹配。
Dereferencing a pointer yields the object to which the pointer points.
對指針進行解引用操作獲得該指針所指向的對象。
This iterator adaptor caches the result of dereferencing the underlying iterator.
這個迭代器適配器緩存底層迭代器解引用的結果。
Java automatically handles the referencing and dereferencing of objects for you.
Java為我們自動處理引用和廢除對象。
You'll find arithmetic operators, binary operators, assignment operators, and pointer dereferencing.
您還可以找到算術操作符、二進制操作符、賦值操作符和指針廢棄。
One way to avoid these perils is for your combiner to release any locks before dereferencing a slot call iterator.
避免這些危險的一個方法是,讓你的合并器在信號調用迭代器解引用之前釋放鎖。
Indeed, dereferencing an iterator from an intrusive list is performed in the same two steps as described above.
事實上,解引用一個來自于介入式鏈表的迭代器同樣要執行以上兩步。
Support for dereferencing objects which are returned from methods.
支持從方法中返回非關聯對象。
A problem occurred when dereferencing the alias.
取消引用別名時發生問題。
Here's what results from dereferencing a NULL pointer on a PC running Version 2. 6 of the kernel.
這是通過在一臺運行著2.6內核的PC機上廢棄一個NULL指針所引起的。
Therefore, dereferencing this iterator multiple times will only result in the underlying iterator being dereferenced once;
因此,該迭代器多次解引用將只會引起底層迭代器的一次解引用;