您要查找的是不是:
- The point cloud is displayed in UGII as a UDO object based on the development tool of UGII and the pure virtual function of the C++. 摘要基于UGII系統的二次開(kāi)發(fā)工具及C++的純虛函數,實(shí)現了作為UDO對象的海量數據點(diǎn)在UGII中的顯示技術(shù)。
- This class has a pure virtual function, so it's abstract, and it has a virtual destructor, so you can rest assured that you won't have to worry about the destructor problem. 這個(gè)類(lèi)有一個(gè)純虛函數,所以它是抽象類(lèi),而且它有一個(gè)純虛銷(xiāo)毀函數,所以你大可確信你不用關(guān)心銷(xiāo)毀問(wèn)題。這里有一個(gè)麻煩的是,你必須提供一個(gè)純虛銷(xiāo)毀函數的定義。
- Presence of a Pure Virtual Function 純虛擬函數的存在
- Do not call pure virtual functions from constructors 不要在構造函數中調用純虛函數
- This is a virtual function that each derived class must implement. 這是一個(gè)虛擬函數,每個(gè)派生類(lèi)必須執行。
- It kills all meta-information beyond the virtual function call. 它在虛擬函數調用之前去掉了所有元信息。
- Loop calls the virtual function and the program reports execution time. 循環(huán)調用虛函數,并且程序報告執行時(shí)間。
- Finally, it's worth mentioning that it can be convenient to declare pure virtual destructors in some classes. 最后,值得提到的是在一些類(lèi)中聲明純虛銷(xiāo)毀函數是很方便的。
- Retrieves MethodInfo for the specified virtual function table (VTBL) slot. 檢索指定的虛函數表(VTBL)槽的MethodInfo。
- Gets the first slot in the virtual function table (VTBL) that contains user defined methods. 獲取虛函數表(VTBL)中第一個(gè)包含用戶(hù)定義的方法的槽。
- Gets the last slot in the virtual function table (VTBL) of a type when exposed to COM. 獲取在向COM公開(kāi)時(shí)某個(gè)類(lèi)型的虛函數表(VTBL)中的最后一個(gè)槽。
- Gets the virtual function table (VTBL) slot for a specified System.Reflection.::.MemberInfo when exposed to COM. 獲取指定的System.;Reflection
- If the name of a virtual function also appears in the right column, then an override has already been implemented. 如果虛函數的名稱(chēng)也出現在右列中,則已實(shí)現重寫(xiě)。
- The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer. 該函數通過(guò)虛函數表(VTBL)訪(fǎng)問(wèn),并采用隱式this指針。
- A set of function pointers grouped into a data structure are often referred to as a virtual function table( VFT). 進(jìn)入數據結構之內聚集起來(lái)的一組函數指針被時(shí)常稱(chēng)為一張虛函數表(FT)。
- It was pure luck that he was home when we called. 非常幸運,我們打電話(huà)時(shí)他在家里。
- A set of function pointers grouped into a data structure are often referred to as a virtual function table (VFT). 進(jìn)入數據結構之內聚集起來(lái)的一組函數指針被時(shí)常稱(chēng)為一張虛函數表(VFT)。
- The rule's parse member function has a virtual function call overhead that cannot be inlined. 它與特定的掃描器類(lèi)型耦合。規則是被綁定到特定的掃描器上的[見(jiàn)分析器事務(wù)]。
- Adds a vtordisp field when you have a virtual base with virtual functions. 當虛擬基有虛函數時(shí)
- The virtual functions simply write a line of text to standard output. 虛函數簡(jiǎn)單地向標準輸出寫(xiě)一行文本。