调用的函数一定不能顾虑栈指针当前所指的位置。
The calling function must not care where the stack pointer is currently pointing.
其对象指针作为函数的第一个参数被传递。
The object pointer is passed as the first argument to the function.
通过使用引用,可以告诉函数指向信息的指针。
By using a reference, you tell the function to point to the information.
指向被映射函数入口点的指针。
fetch函数将结果集指针指向下一行。
The fetch function sets the result set pointer to the next row.
可以使用 lua_pushcfunction()将一个C函数指针转换成一个内部Lua对象。
You use lua_pushcfunction() to convert a C function pointer into an internal Lua object.
在本文中,只将该指针用于SSL_set _ mode函数。
In this article, this pointer is only used with the SSL_set_mode function.
铸造成员函数指针到另一个类型和背部,严格的混叠问题?
Casting from member function pointer to another type and back, strict-aliasing issue?
根据给定的属性合成一个成员函数指针。
Synthesizes a member function pointer type from given properties.
和你的函数指针将会无效。
函数的作用是:将数组内部的指针移动到数组中的第一个元素。
The reset() function moves the internal pointer to the first element of the array.
有什么问题这个静态变量赋值在本地函数指针吗?。
What is the issue with this static variable assignment to a pointer in local function?
我如何使用函数指针初始化类中的对象?
How do I use function Pointers to initialize an object inside a class?
我通过一个函数指针给程序这个机会。
Specifically, I give the application this chance by way of a function pointer.
否则,你只需要调用一个函数返回一个指针。
如何封装参数为函数指针的函数?
How can I wrap a function which takes a function pointer as an argument?
帧函数可以动态分配堆栈空间并采用帧指针。
A frame function can dynamically allocate stack space and can employ a frame pointer.
函数的作用是:返回文件指针当前的读/写的位置。
The ftell() function returns the current position in an open file.
获取一个指向具有给定签名的函数的指针。
也许指的是夹在另一个指针在调用函数。
Maybe the reference is caught in another pointer in the caller function.
好了,可能我们想要储存指向两个函数的多个指针,以下是第二个函数。
OK, maybe we want to store Pointers to two functions. Here's a second function.
因此,无法进行函数或指针的分配。
As a result, the assignment of functions or Pointers cannot be made.
函数的作用是:查找文件中指针所指向的内容。
但与函数指针不同的是,委托是面向对象的、类型安全的和保险的。
Unlike function Pointers however, delegates are object-oriented, type-safe, and secure.
此函数将返回一个指向新数据第一个字节的指针。
函数指针是指向各自函数的标签的简单指针。
Function Pointers are simply Pointers to the label of the respective function.
函数指针是指向各自函数的标签的简单指针。
Function Pointers are simply Pointers to the label of the respective function.
应用推荐