The object pointer is passed as the first argument to the function.
其对象指针作为函数的第一个参数被传递。
There was an error trying to set the smart card file object pointer.
设置智能卡文件对象指针时出现错误。
Simply replace classname_function with the method to be called, and replace object with the object pointer upon which the method should operate.
只要用要调用的方法替换 classname_function ,并用方法应该操作的对象指针替换object 。
This is in contrast with conservative GC systems which requires you to guess whether some piece of memory contains an object pointer or just some random data that resembles an object pointer.
这和需要你猜测某个内存片包含对象指针和一些类似对象指针的随即数据的老式GC系统有鲜明的对比。
The constructor is used to form a delegate over a target object and a function pointer.
这构造器用来通过一个目标对象和一个函数指针形成一个委托。
This is an expensive operation because every live object might be moved, and every pointer to a moved object must be updated to the new location.
这是一项昂贵的操作,因为可能会移动每个活动对象,每个经过移动的对象的指针都必须更新为新位置。
The first item in each tuple is a callable object (in this case a method pointer) and the second is a HTTP request type that the method should be called for.
每个元组的第一项是可调用对象(在这里是一个方法指针),第二项是HTTP请求类型,这种请求类型可以调用该方法。
If you move the mouse to the right side of the object, the mouse pointer changes, indicating that you can click to connect the element.
如果将鼠标移动到该对象的右侧,鼠标指针将改变,表示您可以单击以连接该元素。
A COM client interacts with a COM object by acquiring a pointer to one of the object's interfaces and invoking methods through that pointer, as if the object resides in the client's address space.
COM的客户程序通过获取指向一个对象接口的一个指针,并通过该指针来调用方法以实现与COM对象之间的互相作用,就好像对象驻留在客户程序的地址空间中一样。
Unfortunately, many designers have still not learnt that the special null pointer or null object is an equally bad idea.
遗憾的是,许多设计者并没有认识到空指针或空对象带来的危害。
Each object allocated on the GC heap has an 8-byte overhead (sync block + method table pointer).
每个在GC堆中分配的对象有一个8字节的头(同步块+方法表指针)。
A primary contributor to the complexity of memory management is aliasing: having more than one copy of a pointer or reference to the same block of memory or object.
内存管理复杂性的主要原因是别名使用:同一块内存或对象具有多个指针或引用。
Prior to setting up a connection, whether secure or not, a pointer for a BIO object needs to be created.
在建立连接(无论安全与否)之前,要创建一个指向BIO对象的指针。
Think of the method pointer as a short-hand convenience mechanism for invoking methods along an object graph.
可以将方法指针当作调用对象方法的方便机制。
Each time a pointer field in an object in the heap is modified, the corresponding bit in the card map for that card is set.
每次修改堆中对象中的指针字段时,就在卡片映射中设置对应那张卡片的相应位。
If we don't need to do a GC, allocation is 1 moving a pointer forward and 2 clearing the memory for the new object.
如果我们不需要进行GC,分配就是1将指针前移2为新对象清除内存。
Additional line to delete the pointer to the object is needed since the container will not delete a stored pointer so it has to be manually deleted.
容器不会删除其保存的指针,需要手动删除,因此再上面代码中增加了额外一行。
If there was a problem creating the BIO object, the pointer will be NULL.
如果创建BIO对象时遇到问题,指针将会是NULL。
To add an item to the tree, simply call AddItem and give it a pointer to the type of object being stored.
要向这棵树添加一个子项,可以简单的调用AddItem并传一个指针给它,用来存放添加后的对象。
It answers true when the object below the mouse pointer is a node representing a CMIS repository or a CMIS folder; otherwise, it answers false.
当鼠标指针下的对象是一个表示CMIS知识库,或者CM IS文件夹的节点,它就返回true;否则,就返回false。
However, the method copies a pointer to the selected function into a local variable, and then calls the function with the call method of the function object, rather than calling it directly.
但是,这个方法将所选函数的指针复制到一个局部变量中,然后用function对象的call方法调用这个函数。而不是直接调用它。
You could have enclosed a pointer to your FadingTooltip object in the anonymous functions you defined for the W3C and Microsoft event models as well.
对于为W3C和Microsoft事件模型定义的匿名函数,都可以将FadingTooltip对象的指针封闭在其中。
You use lua_pushcfunction() to convert a C function pointer into an internal Lua object.
可以使用 lua_pushcfunction()将一个C函数指针转换成一个内部Lua对象。
In the pop method, after the top pointer is decremented, elements still maintains a reference to the object being popped off the stack.
在pop方法中,在顶部指针递减之后,elements仍然会保留对将弹出堆栈的对象的引用。
HObject is the pointer to the handle to the synchronization object.
hObject是指向这个同步对象句柄的指针。
The way this is set up, the Perl object contains a read-only integer that corresponds to the void pointer returned by newsession().
这样做的方法是,Perl对象包含一个只读的整数,此整数与函数newsession()返回的空指针相对应。
The new function basically does nothing besides building the object reference to contain that, and you can see that the other functions have to unpack the void pointer before getting down to business.
new函数除了构建一个包括它的对象引用以外,基本上没什么作用。而且您可以看到,其它的函数在执行前必须先将那个空指针解开。
You open the file by calling the in function of the DL_Dxf object and passing a pointer to a class that inherits from the DL_CreationAdapter abstract class.
通过调用 DL_Dxf对象的in函数并将指针传递给一个继承 DL_CreationAdapter抽象类来打开此文件。
You open the file by calling the in function of the DL_Dxf object and passing a pointer to a class that inherits from the DL_CreationAdapter abstract class.
通过调用 DL_Dxf对象的in函数并将指针传递给一个继承 DL_CreationAdapter抽象类来打开此文件。
应用推荐