首页 / 词典 / good

vtable

  • 网络函数表
vtablevtable
  1. The RJCB-generated bridge code makes direct , interface-specific vtable calls .

    RJCB生成的桥代码可以进行直接的、针对特定接口的vtable调用。

  2. For this reason , RJCB bridges support only COM APIs that provide early-bound vtable interfaces .

    出于这个原因,RJCB桥只支持那些提供前期绑定vtable接口的COMAPI。

  3. The RJCB code generator generates Java proxies for each vtable interface and coclass defined in the COM type library .

    RJCB代码生成器为COM类型库中定义的每个vtable接口和辅助类生成代理。

  4. First the C guys can 't imagine writing in assembly anymore , but C + + 's vtable dispatch is still just too slow to consider .

    首先,如今写C的同学大概没人会用汇编了,但C++虚表调度的速度还是太慢,难于采纳。

  5. I find it convenient to focus on language features rather than on the gruesome details of vtable layout , or stack unwinding ( for example ) .

    我觉得我能够将注意力集中在语言特性本身,而不是vtable布局或者栈展开之类的可怕细节,这让我感觉很好。

  6. For an in-process COM server ( in the same COM apartment ), an early-bound call is equivalent to a C + + vtable call ( the standard C + + mechanism for calling a virtual method .

    对于进程内COM服务器(在相同的COM进程中),前期绑定调用等价于C++的vtable调用(C++调用虚拟方法的标准机制)。