📄 sistream.tex
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -