destructor
英音[ dɪsˈtrʌktə(r) ] 美音[ dɪˈstrʌktər ]

析构函数

常用释义

词性释义

n.

垃圾焚毁炉;爆炸装置
例句
  • 全部
  • 析构函数
1·The other way to say it is, never define a global (static global) instance of a class whose constructor or destructor may throw exceptions.
换一种说法就是永远都不要为那些其构造函数和析构函数可能抛出异常的类定义全局(静态全局)实例。
2·The constructor and destructor of the queue class are responsible for the creation and destruction of the mutex, as shown in Listing 1.
队列类的构造函数和析构函数负责创建和销毁互斥锁,见清单1。
3·Because it does not have a destructor.
因为它没有一个析构函数。
4·So, different from the first example, we need to implement a destructor.
因此,从第一个例子不同,我们需要实现一个析构函数。
5·It is possible for the destructor to throw an exception.
这是可能的析构函数抛出一个异常。
网络释义

析构函数

析构函数(destructor) 与构造函数相反,当对象脱离其作用域时(例如对象所在的函数已调用完毕),系统自动执行析构函数。 …

解构式

编程英语常用词汇 - 豆丁网 ... destroy/ 摧毁、销毁 destructor/ 解构式 析构函数 device/ 装置、设备 设备 ...

析构器

析构器(Destructor)中的程序错误(bug)特别难以捕获。析构器将可抛出的所有异常都放入到stderr中,并且被忽略掉。

解构函式

解构函式destructor) 则是用来删除物件,当物件不再使用时,C++ 会自动执行解构函式来删除物件。

破坏者

硬件英语 ... designer 设计员 destructor 破坏者 design specification 设计规范 ...

破坏器

⑤:“破坏器”(Destructor)是“构建器”(Constructor)的反义词。它代表一个特殊的函数,一旦某个对象失去用处,通常就会 …

析构方法

析构方法Destructor)用于实现销毁类的实例所需的操作,并释放实例所占的内存。析构方法的名称为在类名前加上"~"字符。
同义词
n.
破坏者;垃圾焚毁炉;[军]爆炸装置
更新时间:2025-04-27 05:50