ssb_desc.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 19 行
GML
19 行
:P.
The
:MONO.strstreambuf
class differs quite markedly from the
:MONO.filebuf
and
:MONO.stdiobuf
classes. Since there is no actual source or destination for the characters in
:MONO.strstream
objects, the buffer itself takes on that role. When writing is occurring and
the &putarea. is full, the
:MONO.overflow
virtual member function reallocates the buffer to a larger size (if possible),
the &putarea. is extended and the writing continues. If reading is occurring
and the &getarea. is empty, the
:MONO.underflow
virtual member function checks to see if the &putarea. is present and not
empty. If so, the &getarea. is extended to overlap the &putarea.:PERIOD.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?