pointer type
常見例句
- Returns a pointer to the run-time type information (RTTI) table for the object type.
返回一個指向用于說明對象類型的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.
如果該指針是一個指向派生類對象的基類類型指針,則那個對象將被分割( 第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)聲明的模式,所以我把這個設(shè)備擴展名聲明稱一個結(jié)構(gòu),伴隨標簽和類型以及類型 指針名稱。
http://dj.iciba.com 返回 pointer type