vtable
美
英 
- 網(wǎng)絡(luò)虛表;虛函數(shù)表;虛方法表
例句
If you wanted to be more object-oriented, you could also use the typetag to be an index to an array of vtables.
如果想更加面向對象,那么還可以將類型標(biāo)簽用作vtable數(shù)組的一個索引。
First the C guys can't imagine writing in assembly anymore, but C++'s vtable dispatch is still just too slow to consider.
首先,如今寫C的同學(xué)大概沒人會用匯編了,但C++虛表調(diào)度的速度還是太慢,難于采納。
For this reason, RJCB bridges support only COM APIs that provide early-bound vtable interfaces.
出于這個原因,RJCB橋只支持那些提供前期綁定vtable接口的COMAPI。
The RJCB code generator generates Java proxies for each vtable interface and coclass defined in the COM type library.
RJCB代碼生成器為COM類型庫中定義的每個vtable接口和輔助類生成代理。
The RJCB-generated bridge code makes direct, interface-specific vtable calls.
RJCB生成的橋代碼可以進行直接的、針對特定接口的vtable調(diào)用。
I find it convenient to focus on language features rather than on the gruesome details of vtable layout, or stack unwinding (for example).
我覺得我能夠將注意力集中在語言特性本身,而不是vtable布局或者棧展開之類的可怕細(xì)節(jié),這讓我感覺很好。