月亮词典
首页
查询
vtable
虚表
常用释义
词性释义
n.
虚表
例句
全部
If
you
wanted
to be
more
object-oriented
,
you
could
also
use
the
typetag
to be
an
index
to an
array
of
vtables
.
如果想更加面向对象,那么还可以将类型标签用作vtable数组的一个索引。
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++虚表调度的速度还是太慢,难于采纳。
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调用。
I
find
it convenient
to
focus
on
language
features
rather
than
on the
gruesome
details
of
vtable
layout
,
or
stack
unwinding
(for example)
.
我觉得我能够将注意力集中在语言特性本身,而不是vtable布局或者栈展开之类的可怕细节,这让我感觉很好。