累计查询 0.00 亿次

destructor

/dɪsˈtrʌktə(r)/ /dɪˈstrʌktər/
  • n.
    垃圾焚毁炉;爆炸装置

双语例句

  1. Modeling constructor, destructor, and copy constructor.
    建模构造函数、分析构造函数,以及拷贝构造函数。
  2. In Listing 24, the constructor of F is called before F2; likewise for the destructor.
    在 清单 24 中,先调用 F 的构造函数,然后是 F2 的;对于销毁函数也是这样。
  3. The constructor and destructor methods of this object do the necessary setup and cleanup.
    这个对象的constructor和destructor方法执行必需的设置和清除工作。

网络短语

  • refuse destructor
    垃圾焚化炉
  • Mayetiola destructor
    黑森瘿蚊;黑森麦秆蝇;麦瘿蚊;小麦黑森婴蚊
  • virtual destructor
    虚拟解构函式;虚拟解构子;虚析构函数
  • Varroa destructor
    狄斯瓦螨;狄氏瓦螨;大蜂螨
  • Ditylenchus destructor Thorne
    腐烂茎线虫;线虫;甘薯茎线虫病

同义词

n.
破坏者;垃圾焚毁炉;[军]爆炸装置

英英释义

  • In object-oriented programming, a destructor (sometimes shortened to dtor) is a method which is automatically invoked when the object is destroyed. It can happen when its lifetime is bound to scope and the execution leaves the scope, when it is embedded into another object whose lifetime ends, or when it was allocated dynamically and is released explicitly.