在返回DB2之前填充函数指针结构。
Populate the function pointer structure before returning to DB2.
重写随后执行的函数指针或异常处理程序。
Overwriting a function pointer or exception handler that is subsequently executed.
根据给定的属性合成一个函数指针。
如何封装参数为函数指针的函数?
How can I wrap a function which takes a function pointer as an argument?
步骤3:在返回DB2之前填充函数指针结构。
Step 3: Populate the function pointer structure before returning to db2.
我如何存储一个对象的函数指针数组?
根据给定的属性合成一个成员函数指针。
Synthesizes a member function pointer type from given properties.
和你的函数指针将会无效。
例子将示范如何给你的函数指针传递附加参数。
This will show how to pass additional parameters to your handler function.
它返回一个函数指针,可以像任何其他引用值一样使用它们。
It returns a pointer to the function, which can then be used like any other reference value.
这构造器用来通过一个目标对象和一个函数指针形成一个委托。
The constructor is used to form a delegate over a target object and a function pointer.
有什么问题这个静态变量赋值在本地函数指针吗?。
What is the issue with this static variable assignment to a pointer in local function?
然后,您可以将库装入到您的地址空间中并使用函数指针调用方法。
You could then load the library into your address space and call the methods using function Pointers.
如果不需要符号函数指针,为什么升压:绑定需要一个?
If ampersands aren't needed for function Pointers, why does boost: : bind require one?
铸造成员函数指针到另一个类型和背部,严格的混叠问题?
Casting from member function pointer to another type and back, strict-aliasing issue?
所以你的类将有两个构造器,一个有函数指针,另一个没有。
So, your class has two constructors, one with a function pointer and the other without it.
这意味着它们可以作为这两个类和函数指针的行为,在同一时间。
This means that they can act as both classes and function Pointers at the same time.
该特性比函数指针更强大,因为它允许内部类实例保持对创建它的环境的引用。
This feature is richer than function Pointers because it allows the inner class instance to retain a reference to the environment in which it was created.
委托是封装方法的特殊类型,它类似于其它编程语言中的函数指针。
Delegates are special types that encapsulate a method, similar to function Pointers found in other programming languages.
这样将保护程序代码避免堆栈、缓冲区和函数指针溢出,而且全都不需重新编译。
This protects against stack, buffer, and function pointer overflows, all without recompilation.
判定一个给定的类型是否为函数指针,可以通过属性标签额外指定属性。
Determines whether a given type is a function pointer, possibly with additional properties as specified by a property tag.
如果程序需要为一个窗口生成子类,就在函数指针里填上自己函数的地址。
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 member function pointer, possibly with additional properties as specified by a property tag.
使用 BOOST_TEST_CASE宏创建的单元测试以函数指针作为输入参数。
The unit tests that are created using the BOOST_TEST_CASE macros accept function pointers as their input arguments.
如果你要使用这些适配器,它们的用法与标准的函数指针适配器是一样的。例如。
If you need to use these adapters, usage is identical to the standard function pointer adapters. For example.
可以看到,调用挂钩实际上是改变函数指针,这样看来,你完成它应该没什么困难。
As you can see, call hooking is really all about redirecting function Pointers, and at this point, you should have no trouble doing that.
然而,他们可以通过函数指针的方式模仿。这是采取例如在X窗口系统的实现方法。
However they can be imitated by means of function Pointers. This is the approach taken for instance in the implementation of the X Window System.
然而,他们可以通过函数指针的方式模仿。这是采取例如在X窗口系统的实现方法。
However they can be imitated by means of function Pointers. This is the approach taken for instance in the implementation of the X Window System.
应用推荐