⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 countstr.tex

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 TEX
字号:
% -----------------------------------------------------------------------------% wxCountingOutputStream% -----------------------------------------------------------------------------\section{\class{wxCountingOutputStream}}\label{wxcountingoutputstream}wxCountingOutputStream is a specialized output stream which does not write any data anywhere,instead it counts how many bytes would get written if this were a normal stream. Thiscan sometimes be useful or required if some data gets serialized to a stream or compressedby using stream compression and thus the final size of the stream cannot be known otherthan pretending to write the stream. One case where the resulting size would have to beknown is if the data has to be written to a piece of memory and the memory has to beallocated before writing to it (which is probably always the case when writing to a memory stream).\wxheading{Derived from}\helpref{wxOutputStream}{wxoutputstream}\helpref{wxStreamBase}{wxstreambase}\wxheading{Include files}<wx/stream.h>\latexignore{\rtfignore{\wxheading{Members}}}% -----------% ctor & dtor% -----------\membersection{wxCountingOutputStream::wxCountingOutputStream}\label{wxcountingoutputstreamctor}\func{}{wxCountingOutputStream}{\void}Creates a wxCountingOutputStream object.\membersection{wxCountingOutputStream::\destruct{wxCountingOutputStream}}\label{wxcountingoutputstreamdtor}\func{}{\destruct{wxCountingOutputStream}}{\void}Destructor.\membersection{wxCountingOutputStream::GetSize}\label{wxcountingoutputstreamgetsize}\constfunc{size\_t}{GetSize}{\void}Returns the current size of the stream.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -