C++術語漢英對照表
來源:http://blog.csdn.net/goncely/archive/2006/04/21/632283.aspx對象類型:object type
cv限定:cv-qualified
成員指針類型:pointer to member type
標量類型:scalar type
布局相容:layout-compatible
對象表示:object representation
值表示:value representation
整型:integral type
算術類型:arithmetic type
語句:statement
標準轉換序列:standard conversion sequence
重載:overload
覆蓋:override
限定轉換:qualification conversions
cv限定簽名:cv-qualification signature
位域:bit-field
整型提升:integral promotions
符點提升:floating point promotion
空成員指針值:null member pointer value
空指針常量:null pointer constant
轉換:conversion
間接引用:dereference
位域:bit-filed
說明符:specifier
未具名,未命名:unnamed
初始化體:initializer
存儲類說明符:storage class specifiers
模板特化:template specialization
模板實例化:template instantiation
區塊:block
存儲周期:storage duration
內聯說明符:inline specifier
翻譯單元:translation unit
類型定義說明符:typedef specifier
類型名:type-name
類型定義聲明:typedef declaration
類型定義名:typedef-name
函數聲明:function declaration
對象聲明:object declaration
聲明說名符:decl-specifier
類名:class-name
?
詳細類型說明符:elaborated type specifiers
顯式特化:explicit specialization
顯式實例化:explicit instantiation
類型參數:type parameter
類關鍵字:class-key
聲明說明符:decl-specifiers
轉換函數:conversion function
模板類型參量:template type argument
cv限定符:cv-qualifiers
生命期:lifetime
轉型(強制類型轉換,強制轉型):cast
類對象:class objects
訪問控制:access control
歧義消解:ambiguity resolution
重載解析:overload resolution
顯式構造函數:explicit constructor
?
基本表達式:Primary expressions
文字:literal
后綴表達式:postfix expressions
普通函數:ordinary function
缺省參量提升:default argument promotions
參量:argument
參數:parameter
偽析構函數調用:Pseudo destructor call
對象表達式:object expression
空類型:void type
覆寫、覆蓋:override
函數式記法:functional notation
轉型記法:cast notation
傳值參數:passed-by-value parameter
調用點:point of call
常量限定的:const-qualified
常值引用:const reference
?
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=632283