您要查找的是不是:
- This is a virtual function that each derived class must implement. 这是一个虚拟函数,每个派生类必须执行。
- It kills all meta-information beyond the virtual function call. 它在虚拟函数调用之前去掉了所有元信息。
- Adds a vtordisp field when you have a virtual base with virtual functions. 当虚拟基有虚函数时
- The virtual functions simply write a line of text to standard output. 虚函数简单地向标准输出写一行文本。
- Loop calls the virtual function and the program reports execution time. 循环调用虚函数,并且程序报告执行时间。
- Retrieves MethodInfo for the specified virtual function table (VTBL) slot. 检索指定的虚函数表(VTBL)槽的MethodInfo。
- Lists all virtual functions for the selected class and allows you to add or delete overriding functions. 列出选定类的所有虚函数并允许您添加或删除重写函数。
- Implementing interfaces allows more options than creating and overriding virtual functions. 实现接口比创建、重写虚方法允许更多的选择。
- Virtual functions are a pretty basic feature, but they occasionally harbor subtleties that trap the unwary. 虚函数是一个相当基本的特性,但是有时候它也会给那些粗心的人设下巧妙的圈套。
- Ordinarily, derived classes redefine the virtual functions that they inherit, although they are not requried to do so. 尽管不是必须这样做,派生类一般会重定义所继承的虚函数。
- Gets the first slot in the virtual function table (VTBL) that contains user defined methods. 获取虚函数表(VTBL)中第一个包含用户定义的方法的槽。
- Gets the last slot in the virtual function table (VTBL) of a type when exposed to COM. 获取在向COM公开时某个类型的虚函数表(VTBL)中的最后一个槽。
- Gets the virtual function table (VTBL) slot for a specified System.Reflection.::.MemberInfo when exposed to COM. 获取指定的System.;Reflection
- First, the Vee-Table pointer is used to access virtual functions, and data members are accessed directly using compile time offsets. 首先,Vee-Table指针用于访问虚函数,而对数据成员的访问直接使用编译时偏移量实现。
- If the name of a virtual function also appears in the right column, then an override has already been implemented. 如果虚函数的名称也出现在右列中,则已实现重写。
- The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer. 该函数通过虚函数表(VTBL)访问,并采用隐式this指针。
- That is, I don't talk about constructors in one place, about virtual functions in another, about inheritance in a third, etc. 也就是说,我不是在一处介绍构造函数,另一处介绍虚函数,又在第三处介绍继承等等。
- Hence, for all such shared objects, Vee-Table and virtual functions should have the same virtual addresses in all processes. 因此,对于所有这种共享对象来说,所有进程中的Vee-Table和虚函数都应该具有相同的虚地址。
- A set of function pointers grouped into a data structure are often referred to as a virtual function table( VFT). 进入数据结构之内聚集起来的一组函数指针被时常称为一张虚函数表(FT)。
- A set of function pointers grouped into a data structure are often referred to as a virtual function table (VFT). 进入数据结构之内聚集起来的一组函数指针被时常称为一张虚函数表(VFT)。