pointer type
常見例句
- Returns a pointer to the run-time type information (RTTI) table for the object type.
返回一個(gè)指向用于說明對(duì)象類型的RTTI表的指針。 - 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.
如果該指針是一個(gè)指向派生類對(duì)象的基類類型指針,則那個(gè)對(duì)象將被分割( 第15.3.1 節(jié)),只拋出基類部分。
www.fengjiujund.com.cn - I find it easiest to mimic the pattern of structure declaration used in the official DDK, so I declared this device extension as a structure with a tag as well as a type and pointer-to-type name.
很容易模仿在正式的DDK種使用的結(jié)構(gòu)聲明的模式,所以我把這個(gè)設(shè)備擴(kuò)展名聲明稱一個(gè)結(jié)構(gòu),伴隨標(biāo)簽和類型以及類型 指針名稱。
http://dj.iciba.com 返回 pointer type