国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

destructor

destructor

美 [d?'str?kt?]  英 [d?s'tr?kt?]

  • n.〈英〉垃圾焚化爐;破壞器;爆破裝置
  • 網(wǎng)絡(luò)析構(gòu)函數(shù);解構(gòu)式;析構(gòu)器

詞形變化

復(fù)數(shù):destructors  

英漢解釋

n.
1.
〈英〉垃圾焚化爐
2.
破壞器;爆破裝置

英英解釋

n.

例句

The root class of an inheritance hierarchy should define a virtual destructor even if the destructor has no work to do.

繼承層次關(guān)系應(yīng)該定義函數(shù)性質(zhì)構(gòu)函數(shù)即使這個構(gòu)函數(shù)不做任何事情

The programmer has no control over when the destructor is called because this is determined by the garbage collector .

程序員無法控制何時調(diào)用構(gòu)函數(shù)因?yàn)?/c>垃圾回收決定

If it considers an object eligible for destruction, it calls the destructor (if any) and reclaims the memory used to store the object.

如果垃圾回收認(rèn)為某個對象符合構(gòu)調(diào)用構(gòu)函數(shù)如果回收用來存儲對象內(nèi)存

When the lock object goes out of scope and is destroyed, the object's destructor calls Unlock for you, releasing the resource.

當(dāng)鎖定對象超出范圍銷毀對象構(gòu)函數(shù)調(diào)用Unlock釋放資源

The destructor is called just before your component is destroyed by garbage collection and its memory is reclaimed.

垃圾回收銷毀組件回收內(nèi)存之前調(diào)用構(gòu)函數(shù)

Similarly, a subclass destructor must call its superclass destructor after it has completed its own resource reclamation.

類似構(gòu)函數(shù)完成資源釋放之后調(diào)用構(gòu)函數(shù)

The constructor and destructor of the queue class are responsible for the creation and destruction of the mutex, as shown in Listing 1.

隊(duì)列構(gòu)造函數(shù)構(gòu)函數(shù)負(fù)責(zé)創(chuàng)建銷毀互斥清單1。

object to release resources and perform other cleanup operations before its destructor is called.

物件呼叫構(gòu)之前釋放資源執(zhí)行其他清除作業(yè)

A destructor is named in a similar manner, except that it has a ~ (tilde) followed by the parent's name.

構(gòu)方法類似方式命名除了母體一個~(否定)。

A. A matrix class in which the actual matrix is allocated dynamically within the constructor and is deleted within its destructor.

動態(tài)分配對象建立利用構(gòu)造函數(shù)刪除利用構(gòu)函數(shù)

A brutal Pit Lord and servant of Mannoroth the Destructor, Magtheridon found his way to Draenor after its cataclysm.

瑪瑟里頓破壞瑪諾羅斯仆人--殘忍深淵領(lǐng)主瑪瑟里頓災(zāi)難之后發(fā)現(xiàn)德拉諾

ConclusionThe CT is the diagnosis fungi the importance means of nasosinusitis, particularly erupt bone substance destructor of diagnosis.

結(jié)論CT診斷真菌鼻竇炎重要手段尤其是并發(fā)骨質(zhì)破壞診斷

To release resources and perform other clean-up operations before its destructor is called.

調(diào)用構(gòu)函數(shù)之前釋放資源執(zhí)行其他清理操作

Also enable the Named Return Value optimization , which eliminates the copy constructor and destructor of a stack based return value .

支持命名返回優(yōu)化消除基于堆棧返回復(fù)制構(gòu)造函數(shù)構(gòu)函數(shù)

Og also enables the Named Return Value optimization, which eliminates the copy constructor and destructor of a stack based return value.

Og啟用命名返回優(yōu)化優(yōu)化消除基于堆棧返回復(fù)制構(gòu)造函數(shù)構(gòu)函數(shù)

To see what happens when a Cardgame object is destroyed, view the destructor for the Cardgame class.

若要明白Cardgame對象銷毀發(fā)生什么查看Cardgame構(gòu)函數(shù)

The other way to say it is, never define a global (static global) instance of a class whose constructor or destructor may throw exceptions.

一種說法就是永遠(yuǎn)不要那些其構(gòu)造函數(shù)構(gòu)函數(shù)可能拋出異常定義全局靜態(tài)全局實(shí)例

Local handles are held on a stack and are deleted when the appropriate destructor is called.

本地本地棧上并且當(dāng)指定構(gòu)函數(shù)調(diào)用時刪除

When the handle scope's destructor is called all handles created within that scope are removed from the stack.

當(dāng)范圍構(gòu)函數(shù)調(diào)用所有那個范圍創(chuàng)建移除

First, the destructor of the object that's being deleted is called.

首先調(diào)用將要刪除對象構(gòu)函數(shù)

This destructor would have to be called specifically before unsetting the parent class reference.

這種構(gòu)必須解除引用之前進(jìn)行調(diào)用

CONSTRUCTOR AND DESTRUCTOR Let's discuss the implementation of the thumbnail class, starting with the constructor and destructor.

我們構(gòu)造函數(shù)構(gòu)函數(shù)開始討論實(shí)現(xiàn)

A return type should not be set for a UML operation representing either a constructor or a destructor.

應(yīng)該表示構(gòu)造方法構(gòu)方法UML操作設(shè)置返回類型

This destructor is what our Managed Extensions user programs invoke either directly or through an application of the delete expression.

托管擴(kuò)展用戶程序直接調(diào)用構(gòu)函數(shù)通過應(yīng)用delete表達(dá)式進(jìn)行調(diào)用

If the BIO is embedded in a class, this would be used in the class' destructor.

如果BIO嵌入一個那么應(yīng)該構(gòu)函數(shù)使用這個調(diào)用

You tried to modify a method, property, indexer, operator, constructor, destructor, or event containing a stackalloc operator.

試圖修改包含stackalloc運(yùn)算符方法屬性索引器運(yùn)算符構(gòu)造函數(shù)構(gòu)函數(shù)事件

Destructors for local objects are run; resources allocated by class-type objects ordinarily are freed by their destructor.

運(yùn)行局部對象構(gòu)函數(shù)類型對象分配資源通常它們構(gòu)函數(shù)釋放

This section discusses modeling the constructor, destructor, and copy constructor for a C++ class.

這個部分討論一個C++建模構(gòu)造函數(shù)分析構(gòu)造函數(shù)以及拷貝構(gòu)造函數(shù)

Hook's destructor checks if the hook is in the well-known default state. If not, an assertion is raised.

鉤子構(gòu)函數(shù)檢查鉤子是否處于缺省狀態(tài)引發(fā)斷言

If an exception occurs, the destructor cannot be called.

如果發(fā)生例外狀況構(gòu)無法呼叫

In Listing 24, the constructor of F is called before F2; likewise for the destructor.

清單24調(diào)用F構(gòu)造函數(shù)然后F2對于銷毀函數(shù)也是這樣

Secondly, within the class destructor, we release the resource acquired when the object was created.

其次構(gòu)函數(shù)內(nèi)釋放創(chuàng)建對象獲得資源

When the destructor is called, the garbage collector is invoked to process the queue.

調(diào)用構(gòu)函數(shù)調(diào)用垃圾回收處理隊(duì)列

Object. By implementing a destructor you can perform cleanup just before your component is removed from memory.

通過實(shí)現(xiàn)構(gòu)函數(shù)可以組件內(nèi)存執(zhí)行清除操作

Is the object destructor, but it should not be used unless you really, really need it.

對象構(gòu)但是除非確實(shí)非常非常需要否則應(yīng)該使用

The resource-managing class should be designed so that the constructor acquires the resource and the destructor frees it.

應(yīng)該設(shè)計資源管理以便構(gòu)造函數(shù)分配資源構(gòu)函數(shù)釋放資源

Specifies whether the class destructor is virtual.

指定構(gòu)函數(shù)是否

However, in the sand and glycerol, all populations of Ditylenchus destructor could not survive at low temperature.

試驗(yàn)發(fā)現(xiàn)細(xì)沙不同甘油濃度條件所有線蟲群體低溫處理

A client block is a special type of memory block used by MFC programs for objects that require a destructor.

客戶端MFC程序用于需要構(gòu)函數(shù)對象特殊類型內(nèi)存

When a class contains a destructor, an entry is created in the Finalize queue.

如果包含構(gòu)函數(shù)Finalize隊(duì)列創(chuàng)建一個項(xiàng)