![]() |
Home | Libraries | People | FAQ | More |
Elements:
元素:
access - Declares an access specification for class members 為類成員聲明一個訪問規格boostbook - Defines a BoostBook book 定義一個 BoostBook 書class - Declares a class or class template 聲明一個類或類模板class-specialization - A specialization (partial or full) of a class template 類模板的特化(偏特化或全特化)code - Mimics the code tag in HTML 模仿 HTML 中的 code 標籤compile-fail-test - A testcase that should fail to compile 一個會編譯失敗的測試案例compile-test - A testcase that should compile correctly 一個可以正確編譯的測試案例complexity - The time/space/etc. complexity of a function 一個函數的時間/空間/等的複雜度constructor - Declares a constructor of the enclosing class 聲明所屬類的構造函數copy-assignment - Declares a copy-assignment operator 聲明一個複製賦值操作符data-member - Declares a data member of a class 聲明一個類的數據成員default - The default value of a function or template parameter 一個函數或模板的參數的缺省值description - Detailed description of a construct 一個結構的詳細說明destructor - Declares a destructor for the enclosing class 聲明所屬類的析構函數effects - Declares the side effects of a function 聲明一個函數的副作用enum - Declares an enumeration type 聲明一個枚舉類型enumvalue - A single value of an enumeration 枚舉類型的單個值free-function-group - A set of functions that are grouped together under one name 在同一個名字之下的一組函數function - Declares a function 聲明一個函數functionname - References a function with the given name 引用帶給定名字的函數header - Declares a C++ header with the given name 聲明給定名字的一個C++頭文件if-fails - What it means when a testcase fails 當一個測試案例失敗時意味著什麼inherit - Declares a base class of the enclosing class or struct 聲明所屬類或結構的基類lib - A library dependency 一個庫的依賴關係library - Top-level element for a library 一個庫的頂層元素library-reference - Declares the reference material for a library 聲明一個庫的參考材料librarycategory - Declares that the enclosing library is in this category 聲明所屬類屬於這一類別librarycategorydef - Defines a new library category 定義一個新的庫類別librarycategorylist - Categorized listing of libraries 庫的分類列表libraryinfo - Provides information about a library 提供有關一個庫的信息librarylist - Placeholder for an alphabetical list of libraries 用於庫的字母序列表的佔位符libraryname - References a library of the given name 引用給定名字的庫librarypurpose - Describes in one short sentence or phrase the purpose of a library 用一句短句或短語描述庫的用途link-fail-test - Declares a test that should compile but fail to link 聲明一個可以編譯但不能鏈接的測試link-test - Declares a test that should compile and link 聲明一個可以編譯和鏈接的測試method - Declares a method, i.e., a member function 聲明一個方法,即一個成員函數method-group - A set of methods that are grouped together under one name 在同一個名字之下的一組方法namespace - Declares a namespace 聲明一個名字空間notes - Non-normative notes about a function's semantics 關於一個函數的語義的非標準化說明overloaded-function - An overloaded function 一個重載的函數overloaded-method - An overloaded method 一個重載的方法parameter - A function parameter 一個函數參數paramtype - The type of a function parameter 函數參數的類型postconditions - Conditions that must hold after the function returns 在函數返回後必須滿足的條件precondition - Conditions that must be met prior to executing a function 在執行函數前必須被滿足的條件programlisting - A sample of program code 程序代碼示例purpose - A short description of an entity's use 一個實體用途的簡短描述rationale - Describes the rationale for a particular function's design 描述一個特定函數設計的原理requirement - A requirement/property in the Jamfile for a testcase 一個測試案例的 Jamfile 中的要求/屬性requires - Declares the requirements of a function 聲明一個函數的要求returns - Description of the return value of a function 一個函數的返回值的說明run-fail-test - A testcase that should compile and link, but fail on execution 一個可以編譯和鏈接,但執行失敗的測試案例run-test - A testcase that should compile, link, and execute 一個可以編譯、鏈接和執行成功的測試案例signature - One signature of an overloaded function or method 一個重載函數或方法的簽名snippet - Pulls in a code snippet from a programlisting element 從一個 programlisting 元素取出的代碼片斷source - Defines source code for a test 定義一個測試的源代碼specialization - Defines the specialization arguments for a class specialization 為一個特化類定義特化的參數static-constant - Declares a static constant, e.g., const int foo = 5;. 定義一個靜態常數,如 const int foo = 5;struct - Declares a C++ struct 聲明一個C++結構struct-specialization - A specialization (full or partial) of a struct template 一個結構模板的特化(全特化或偏特化)template - Declares the template parameters of a class or function 聲明一個類或函數的模板參數template-arg - A template argument in a specialization 在一個特化中的模板參數template-nontype-parameter - A nontype template parameter 一個非類型模板參數template-type-parameter - Declares a template type parameter 聲明一個模板類型參數template-varargs - Declares a variable-length list of template parameters 聲明一個可變長度的模板參數列表testsuite - Describes a library testsuite 描述一個庫的測試套件throws - Description of the exceptions thrown by a function 對由一個函數拋出的異常的說明type - The type of an element or return type of a function 一個元素的類型或一個函數的返回類型typedef - Declares a typedef 聲明一個 typedefunion - Declares a C++ union or union template 聲明一個C++聯合或聯合模板union-specialization - A specialization (full or partial) of a union template 一個聯合模板的特化(全特化或偏特化)using-class - Injects the method and function names of a class into the local scope 將一個類的方法或函數名注入到本地作用域using-namespace - Injects the declared names from a namespace into the local scope 將聲明的名字從一個名字空間注入到本地作用域