儲存庫 vbox 的更動 62705
- 時間撮記:
- 2016-7-29 下午08:18:30 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/doc/VBox-CodingGuidelines.cpp
r62704 r62705 60 60 * them from defines. 61 61 * 62 * - Pointer typedefs start with 'P'. 62 * - Pointer typedefs start with 'P'. If pointer to const then 'PC'. 63 63 * 64 64 * - Function typedefs start with 'FN'. If pointer to FN then 'PFN'. … … 511 511 * 512 512 * - The 'c' prefix means count. For instance 'cbBlock' could be read, 513 * count of bytes in block. 513 * count of bytes in block. (1) 514 514 * 515 515 * - The 'cx' prefix means width (count of 'x' units). … … 583 583 * - The 'pcsz' prefix is used to indicate constant string pointers in 584 584 * parts of the code. Most code uses 'psz' for const and non-const 585 * string pointers .585 * string pointers, so please ignore this one. 586 586 * 587 587 * - The 'l' prefix means (signed) long. We try avoid using this, … … 594 594 * long' on 64-bit non-Windows platforms and can cause confusion. 595 595 * Alternatives: 'u' or 'u32'. [type] 596 * 597 * 598 * (1) Except in the occasional 'pcsz' prefix, the 'c' prefix is never ever 599 * used in the meaning 'const'. 596 600 * 597 601 *
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器