sistream.tex

来自「Wxpython Implemented on Windows CE, Sou」· 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. It
supports 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 string
is copied by the stream so if the original string is modified after using this
constructor, changes to it are not reflected when reading from stream. 

⌨️ 快捷键说明

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