a pointer type describes an object whose value provides a reference to an entity of the referenced type.
但是通过它的值则肯定可以找到他所引用的对象实体。
gets the size, in bytes, of the pointer type that the target process uses.
获取目标进程使用的指针类型的大小(以字节为单位)。
type names may include trailing characters that denote additional information about the type, such as whether the type is a reference type, a pointer type or an array type.
类型名可能包含尾部字符,尾部字符表示有关该类型的附加信息,如类型是引用类型、指针类型还是数组类型。
the method set of the corresponding pointer type *t is the set of all methods with receiver *t or t (that is, it also contains the method set of t).
通俗点来说,就是指针类型(*t)的对象包含的接收者为t的方法,反之,则不包含。
this function is reasonably likely to work on any system where the native int type and the pointer type have the same number of bits available.
这个函数在任何int类型和指针类型所占用的位数相同的系统上都可以很好地工作。
in an unsafe context, a type may be a pointer type as well as a value type or a reference type.
在不安全的上下文中,类型可以是指针类型以及值类型或引用类型。
it is used to cast a pointer type to a wide enough integral type and back to the original pointer type.
用于把指针类型转换到整形以及转回到指针类型。
synthesizes a member function pointer type from given properties.
根据给定的属性合成一个成员函数指针。
conversion of a null pointer to another pointer type yields a null pointer of that type.
一个空指针到另一个指针类型转换产生一个空的指针类型。
synthesizes a function pointer type from given properties.
根据给定的属性合成一个函数指针。
is the pointer type instrument renewal of ideal products.
是各指针式仪表更新换代的理想产品。
this paper mainly introduced how to implement pointer type in cml language.
本文主要介绍了如何在cml语言中实现带指针类型的编译器。
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.