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请求类型,这种请求类型可以调用该方法。
To add an item to the tree, simply call AddItem and give it a pointer to the type of object being stored.
要向这棵树添加一个子项,可以简单的调用AddItem并传一个指针给它,用来存放添加后的对象。
These events identify the type of the change and contain a pointer to the object that was changed.
这些事件标识了更改的类型,并包含指向所更改对象的指针。
The dynamic type of an object (as opposed to a reference or pointer) is always the same as the static type of the object.
对象的动态类型总是与静态类型相同,这一点与引用或指针相反。
Determines whether a given type is a pointer to member object type.
判定一个给定的类型是否为成员对象指针类型。
If the function is virtual and the call is through a reference or pointer, then the compiler generates code to determine which version to run based on the dynamic type of the object.
如果函数是虚函数,并且调用是通过引用或者指针,编译器基于动态类型生成代码确定调用哪个版本。
Regardless of the object's actual type, the type of the exception object matches the static type of the pointer.
无论对象的实际类型是什么,异常对象的类型都与指针的静态类型相匹配。
If the pointer points to a type from an inheritance hierarchy, it is possible that the type of the object to which the pointer points is different from the type of the pointer.
如果指针指向继承层次中的一种类型,指针所指对象的类型就有可能与指针的类型不同。
The object reference is popped from the stack and unboxed to a value type pointer.
从堆栈中弹出对象引用并取消装箱为值类型指针。
Returns a pointer to the run-time type information (RTTI) table for the object type.
返回一个指向用于说明对象类型的RTTI表的指针。
Returns or sets the type of mouse pointer displayed when over part of an object.
返回或设置当处于对象某部分上时显示的鼠标指针类型。
If the value's type is a reference type, this method returns the size of the pointer rather than the size of the object.
如果该值的类型为引用类型,则此方法将返回指针的大小而非该对象的大小。
The information displayed varies with the type of object. Place the mouse pointer over a planet, for example, and you'll see something like this.
所显示的信息会因目标的类型而有所不同。例如,把鼠标指在一颗行星上,你会看到这样一个窗口。
You could simply return a pointer to a standard C++ object (if you don't need to access functions), any other type of function lookup table, or whatever you wanted.
你可以简单地返回一个标准C++对象的指针(如果你不需要访问函数),任何函数查询表的其它类型指针,或你需要的任何类型的指针。
If that pointer is a base-class type pointer that points to a derived-type object, then that object is sliced down ( Section 15.3.1, p. 577); only the base-class part is thrown.
如果该指针是一个指向派生类对象的基类类型指针,则那个对象将被分割( 第15.3.1节),只抛出基类部分。
If that pointer is a base-class type pointer that points to a derived-type object, then that object is sliced down ( Section 15.3.1, p. 577); only the base-class part is thrown.
如果该指针是一个指向派生类对象的基类类型指针,则那个对象将被分割( 第15.3.1节),只抛出基类部分。
应用推荐