~ubuntu-dev/wxwidgets2.6/upstream-debian

« back to all changes in this revision

Viewing changes to docs/latex/wx/filestrm.tex

  • Committer: Daniel T Chen
  • Date: 2006-06-26 10:15:11 UTC
  • Revision ID: crimsun@ubuntu.com-20060626101511-a4436cec4c6d9b35
ImportĀ DebianĀ 2.6.3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% -----------------------------------------------------------------------------
 
2
% wxFileStream
 
3
% -----------------------------------------------------------------------------
 
4
\section{\class{wxFileStream}}\label{wxfilestream}
 
5
 
 
6
\wxheading{Derived from}
 
7
 
 
8
\helpref{wxFileOutputStream}{wxfileoutputstream}, \helpref{wxFileInputStream}{wxfileinputstream}
 
9
 
 
10
\wxheading{Include files}
 
11
 
 
12
<wx/wfstream.h>
 
13
 
 
14
\wxheading{See also}
 
15
 
 
16
\helpref{wxStreamBuffer}{wxstreambuffer}
 
17
 
 
18
\latexignore{\rtfignore{\wxheading{Members}}}
 
19
 
 
20
\membersection{wxFileStream::wxFileStream}\label{wxfilestreamctor}
 
21
 
 
22
\func{}{wxFileStream}{\param{const wxString\&}{ iofileName}}
 
23
 
 
24
Initializes a new file stream in read-write mode using the specified 
 
25
{\it iofilename} name.
 
26