您要查找的是不是:
- glycyphagus destructor desmopressin 去氨加压素
- glycyphagus destructor 粉尘螨
- Should the exception in the destructor be ignored? 应该忽略析构函数中的异常吗?
- Here is an example of a destructor implementation. 下面是析构器实现的例子。
- Method, retain the destructor while carrying out the first item. 方法,则在执行第一项时保留析构函数。
- But what if a contained object's destructor were allowed to throw? 不过如果允许被包含的对象的析构函数抛出异常会怎样?
- To call a destructor, you must reference an instance object. 要调用析构器,必需引用实例对象。
- A destructor is not limited only to relinquishing resources. 析构函数并不仅限于用来释放资源。
- The copy constructor and destructor but no assignment operator. 定义了复制构造函数和析构函数但没有定义赋值操作符。
- In this case, the destructor behaves like an ordinary method. 这时,析构器表现为一个普通的方法。
- To resolve, remove the function call that causes the destructor to not return. 若要解决此问题,请移除导致析构函数不能返回的函数调用。
- If the destructor is empty, this just causes a needless loss of performance. 如果析构函数为空,只会导致不必要的性能损失。
- If the destructor is empty, this simply results in a loss of performance. 如果析构函数为空,只会导致性能降低。
- When a class contains a destructor, an entry is created in the Finalize queue. 如果类包含析构函数,Finalize队列中则会创建一个项。
- A destructor must be coded to release all the resources that an object owns. 一个合格的析构函数,必须将对象自己拥有的内存资源完全释放干净。
- In particular, the destructor for a base class normally should be virtual. 特别地,基类的析构函数常设为虚函数。
- In the class destructor we will print out the final value of the counter. 在类的析构函数里面;我们打印出计数器最终的值.
- To release resources and perform other clean-up operations before its destructor is called. 在调用其析构函数之前释放资源并执行其他清理操作。
- To see what happens when a Cardgame object is destroyed, view the destructor for the Cardgame class. 若要明白在Cardgame对象销毁时会发生什么,请查看Cardgame类的析构函数。
- Including the same pointer to the same destructor in each list node looks like a waste of memory space. 在每个链表节点中包含同一个解除函数的同一个指针似乎是浪费内存空间。