sistream.tex
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 36 行
TEX
36 行
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name: sistream.tex%% Purpose: wxStringInputStream docs%% Author: Vadim Zeitlin%% Modified by:%% Created: 2004-09-19%% RCS-ID: $Id: sistream.tex,v 1.4 2005/02/22 15:09:52 ABX Exp $%% Copyright: (c) 2004 Vadim Zeitlin%% License: wxWindows licence%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{\class{wxStringInputStream}}\label{wxstringinputstream}This class implements an input stream which reads data from a string. Itsupports seeking.\wxheading{Derived from}\helpref{wxInputStream}{wxinputstream}\wxheading{Include files}<wx/sstream.h>\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxStringInputStream::wxStringInputStream}\label{wxstringinputstreamctor}\func{}{wxStringInputStream}{\param{const wxString\&}{ s}}Creates a new read-only stream using the specified string. Note that the stringis copied by the stream so if the original string is modified after using thisconstructor, changes to it are not reflected when reading from stream.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?