Synthesizes a function pointer type from given properties.
根据给定的属性合成一个函数指针。
Populate the function pointer structure before returning to DB2.
在返回DB2之前填充函数指针结构。
How to use a general function pointer as a template parameter?
如何使用一个通用的函数的指针作为一个模板参数?
Step 3: Populate the function pointer structure before returning to db2.
步骤3:在返回DB2之前填充函数指针结构。
A delegate is thus equivalent to a type-safe function pointer or a callback.
这样,委托就等效于一个类型安全函数指针或一个回调。
Overwriting a function pointer or exception handler that is subsequently executed.
重写随后执行的函数指针或异常处理程序。
By contrast, real_fchmod is a function pointer, which is populated by setup_wrappers .
与之相反的是,real_fchmod是一个由setup_ wrappers填充的函数指针。
The constructor is used to form a delegate over a target object and a function pointer.
这构造器用来通过一个目标对象和一个函数指针形成一个委托。
This protects against stack, buffer, and function pointer overflows, all without recompilation.
这样将保护程序代码避免堆栈、缓冲区和函数指针溢出,而且全都不需重新编译。
So, your class has two constructors, one with a function pointer and the other without it.
所以你的类将有两个构造器,一个有函数指针,另一个没有。
The . funcptr property of a delegate will return the function pointer value as a function type.
函数指针和委托可能会合并到一个统一的语法中并且可以互相代替。
Calling the function without previously obtaining a function pointer (that is, by linking with mswsock.
如果在没有事先获得函数指针的情况下直接调用函数(也就是说,编译时静态连接mswsock.lib,在程序中直接调用函数),那么性能将很受影响。
In pseudo, the address returned for dlsym (RTLD_NEXT, "open") is stored in a function pointer named real_open .
在pseudo中,为dlsym (RTLD_NEXT,“open ”)返回的地址储存在名为real_open的函数指针中。
If you need to use these adapters, usage is identical to the standard function pointer adapters. For example.
如果你要使用这些适配器,它们的用法与标准的函数指针适配器是一样的。例如。
Linking occurs when your code is bound to a type reference, including function pointer references and method calls.
当您的代码绑定到类型引用(包括函数指针引用和方法调用)时,就会进行链接。
If the application needs to subclass a window, it fills in the function pointer with the address of its own function.
如果程序需要为一个窗口生成子类,就在函数指针里填上自己函数的地址。
Determines whether a given type is a function pointer, possibly with additional properties as specified by a property tag.
判定一个给定的类型是否为函数指针,可以通过属性标签额外指定属性。
C + + will automatically cast a function name to a function pointer (and vise versa) if doing so will create correct syntax.
c+ +将自动把函数指针的函数名(反之亦然)如果这样做将创建正确的语法。
Determines whether a given type is a member function pointer, possibly with additional properties as specified by a property tag.
判定一个给定的类型是否为成员函数指针,可以通过属性标签额外指定属性。
The static analysis of member call is defined as determining the type of member function pointer or reference in compiling stage.
在面向对象程序设计中,成员调用的静态分析是指在编译阶段确定调用成员函数指针或引用的类型。
When legacy code is called, either directly by calling an exported function or indirectly by using a function pointer, the kernel must
在调用遗留代码的时候,可以通过调用导出的函数进行直接地调用,也可以通过使用函数指针进行间接地调用,但是内核必须完成以下工作
In Part 2, I'll show how to overwrite a function pointer and cover assembly components and some juicy shell, network, socket code samples.
在第2部分中,我将介绍如何重写函数指针并介绍组件组装和一些有趣的shell、网络、套接字代码示例。
We now know that this represents a function pointer type that can refer to any method taking a single int argument and returning a string.
我们现在知道了这是一个函数指针类型,它可以引用任何有一个int类型参数并且返回一个string类型的方法。
Listing 8 is slightly more complex than the previous example because of the sigset function, which assigns a function pointer to a signal handler.
由于使用了sigset函数(它向信号处理程序分配一个函数指针),清单8比前一个示例稍微复杂一点,。
Programming using function pointer provides a dynamic binding mechanism, the mechanism can reuse codes so as to achieve effective programming.
应用函数指针编程提供了一种动态绑定机制,利用该机制可以重用代码从而达到高效编程的目的。
Unmanaged APIs that take functions Pointers as arguments can be called from managed code with a managed delegate in place of the native function pointer.
可以使用托管委托取代本机函数指针来从托管代码中调用以函数指针作为参数的非托管api。
This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
注意你的引入函数申明。函数调用类型不一致会导致此问题。
This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
注意你的引入函数申明。函数调用类型不一致会导致此问题。
应用推荐