libftyp.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 33 行
GML
33 行
.in 0.76i
:P.For each of the container classes,
type and function information is described.
Each description consists of a number of subsections:
.in 0
:DL termhi=2 break.
:DT.Declared:
:DD.This subsection specifies which header file contains the
declaration for a class.
:DT.Derived From:
:DD.This optional subsection shows the inheritance for a class.
It is only found in sections describing class declarations.
:DT.Derived By:
:DD.This optional subsection shows which classes inherit from this class.
It is only found in sections describing class declarations.
:DT.Synopsis:
:DD.This subsection gives the name of the header file that contains the
declaration of the function. This header file must be included in order to
reference the function.
:P.
The full function prototype is specified.
Virtual class member functions are indicated via the presence of the
:MONO.virtual
keyword in the function prototype.
:DT.Semantics:
:DD.This subsection is a description of the function.
:DT.Results:
:DD.This optional subsection describes the function's return value, if any, and the
impact of a member function on its object's state.
:DT.See Also:
:DD.This optional subsection provides a list of related functions or classes.
:eDL.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?