typedef
美
英 
例句
As such, it is often used in writing more aesthetic and readable code.
比如人們常常使用typedef來編寫更美觀和可讀的代碼。
As the following example shows, the Point value type becomes a type definition (typedef) with the name Point.
如下面的示例所示,Point值類型變為名為Point的類型定義(typedef)。
All references to the Point value type elsewhere in the type library are replaced with the Point typedef.
類型庫中其他地方的所有對Point值類型的引用都被替換為Pointtypedef。
The typedef into ax_t design ates a signed integer type cap able of representing any value of any signed integer type.
t表示一個有符號整數類型,它可以表示任意有符號整數類型的值。
Surprising as it may sound, typedef is a storage class specifier, just like auto, extern, mutable, static and register.
這種說法是不是有點令人驚訝,typedef就像auto,extern,mutable,static,和register一樣,是一個存儲類關鍵字。
The typedef keyword must be present, unless you are specifying the arrays as part of a structure.
必須出現typedef關鍵字,除非指定的數組是結構的一部分。
The typedefs I've shown thus far behave like a #define macro that substitutes a synonym with its actual type.
上面討論的typedef行為有點像#define宏,用其實際類型替代同義字。
Name adapted With typedef definition pointer to a function pointer type, how to get dynamic connection pool of a function pointer.
用typedef定義指向函數的指針類型,如何獲得動態連接庫里的函數的指針。-DLLprogramcode。
Double-clicking class, struct, union, typedef, or their member fields navigates to the element declaration location.
雙擊類、結構、聯合體、類型定義,或者它們的成員字段,將會定位到這個元素聲明的位置。
Gets an enumerator for an array of generic parameter tokens associated with the specified TypeDef or MethodDef token.
獲取與指定標記表示的泛型參數關聯的元數據。
Typedef declarations help create platform-independent types and can even hide complex or unintelligible syntax.
Typedef聲明有助于創建平臺無關類型,甚至能隱藏復雜和難以理解的語法。
Obviously, the use of a typedef here isn't a prerogative but a must.
顯然,這里使用typedef不是一種特權,而是一種必需。
The only thing that will change is the typedef itself.
唯一要改的是typedef本身。
In paint-types. h, dd a typedef line analog to the one used for GimpPaintbrush.
在paint-types.h中,dd一個typedef行模擬(lineanalog)到GimpPaintbrush使用的行模擬。
The CORBA specification provides no guarantee that two typedefs of a short will be compatible and interchangeable.
CORBA規范不保證short的兩種typedef是兼容的和可互換的。
X-name is a use of an identifier in a context that determines its meaning (e. g. class-name, typedef-name).
某名稱表示通過上下文決定的某個標識符(比如類名稱,類型定義名稱)。
In C++ the typedef keyword suggests type definition when in fact alias would probably be a more accurate term.
在C++中,typedef關鍵字表示類型定義,實際上別名也許是更為精確的術語。
The Standard Library uses typedefs extensively to create such platform-independent types: size_t, ptrdiff_t and fpos_t are a few examples.
標準庫廣泛地使用typedef來創建這樣的平臺無關類型:size_t,ptrdiff和fpos_t就是其中的例子。
You should use typedef to create a new name for a type that will help clarify the interface or save typing.
應該使用typedef創建新的類型名稱,這將幫助解釋接口或保存輸入。
typedef declaration, or a typedef for short, creates a new name for an existing type.
typedef聲明,簡稱typedef,為現有類型創建一個新的名字。
Shows how to make a typedef for a managed array.
顯示如何為托管數組創建typedef。
With the help of this profile you can model CORBA-specific types like struct, valuetype, typedef, and so on.
在這個配置文件的幫助下,您能夠建模特定CORBA類型,例如結構體、變量類型、類型定義等等。
It will make your method more readable if you typedef a float to be used within this method.
如果在該方法中使用typedeffloat語句,這將使該方法更具可讀性。
A typedef is used to give the type a shorter name of sp_args.
typedef用來給類型一個短名sp_args。
The most common use of typedefs is creating mnemonic type names that document the programmer's intention.
typedef使用最多的地方是創建易于記憶的類型名,用它來歸檔程序員的意圖。
On machines that don't support long double, this typedef will look like this
在不支持longdouble的機器上,該typedef看起來會是下面這樣
Value type becomes a type definition typedef with the name
值類型變為名為
Visualization (graphic representation) of C++ class, struct, enum, and typedef as UML classifiers
C++類的可視化(圖形化表示),數據類型結構,枚舉以及UML分類符的類型定義。
Define a typedef that will be used every time you need an array of the same type and size
定義一個typedef,每當要用到相同類型和大小的數組時,可以這樣
Use of benign typedef redefinitions within the same scope
在同一范圍內使用良性的typedef重定義
Improper use of a typedef symbol typedef
符號使用不當;源文件中使
Improper use of a typedef symbol
typedef符號使用不當