~ubuntu-branches/ubuntu/utopic/tcm/utopic

« back to all changes in this revision

Viewing changes to doc/sourcecode/File.html

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><TITLE>File</TITLE></head>
 
2
<body>
 
3
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  File  </H2><BLOCKQUOTE>
 
4
 Abstract file class.
 
5
</BLOCKQUOTE>
 
6
<hr>
 
7
 <h2> Inheritance:</h2>
 
8
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=95>
 
9
<param name=classes value="CFile,MFile.html,COutputFile,MOutputFile.html,CInputFile,MInputFile.html">
 
10
<param name=before value="M,M|_,Mr_">
 
11
<param name=after value="M,M,M">
 
12
<param name=indent value="0,0,0">
 
13
<param name=arrowdir value="down">
 
14
</APPLET>
 
15
<hr>
 
16
 
 
17
<DL>
 
18
<TABLE>
 
19
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.173.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>File</B> ()<br>
 
20
<I></I>
 
21
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.173.2"> <IMG BORDER=0 SRC=icon1.gif></A> virtual </TD><TD><B>~File</B> ()<br>
 
22
<I></I>
 
23
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.173.3"> <IMG BORDER=0 SRC=icon1.gif></A> virtual  void </TD><TD><B>Open</B> (const <!1><A HREF="string.html">string</A>* file)<br>
 
24
<I> open a file.</I>
 
25
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.173.4"> <IMG BORDER=0 SRC=icon1.gif></A> virtual  void </TD><TD><B>Close</B> ()<br>
 
26
<I> close current the file.</I>
 
27
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.173.5"> <IMG BORDER=0 SRC=icon1.gif></A> virtual  bool </TD><TD><B>Good</B> ()<br>
 
28
<I> is it a correct file.</I>
 
29
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.173.6"> <IMG BORDER=0 SRC=icon1.gif></A> const  <!1><A HREF="string.html">string</A>* </TD><TD><B>GetFileName</B> ()<br>
 
30
<I> return file name.</I>
 
31
</TD></TR></TABLE><TABLE>
 
32
<DT><h3>Protected Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.173.7"> <IMG BORDER=0 SRC=icon1.gif></A> bool </TD><TD><B>IsOpened</B> ()<br>
 
33
<I></I>
 
34
</TD></TR></TABLE></DL>
 
35
<A NAME="DOC.DOCU">
 
36
<hr>
 
37
 <h2> Documentation </h2>
 
38
<BLOCKQUOTE>
 
39
 Abstract file class.
 
40
 
 
41
</BLOCKQUOTE>
 
42
<DL>
 
43
 
 
44
<A NAME="File">
 
45
<A NAME ="DOC.173.1">
 
46
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  File()</B></TT>
 
47
<DL></DL><P>
 
48
<A NAME="~File">
 
49
<A NAME ="DOC.173.2">
 
50
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  ~File()</B></TT>
 
51
<DL></DL><P>
 
52
<A NAME="Open">
 
53
<A NAME ="DOC.173.3">
 
54
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  void  Open(const <!1><A HREF="string.html">string</A>* file)</B></TT>
 
55
<DD> open a file.
 
56
<DL></DL><P>
 
57
<A NAME="Close">
 
58
<A NAME ="DOC.173.4">
 
59
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  void  Close()</B></TT>
 
60
<DD> close current the file.
 
61
<DL></DL><P>
 
62
<A NAME="Good">
 
63
<A NAME ="DOC.173.5">
 
64
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> virtual  bool  Good()</B></TT>
 
65
<DD> is it a correct file.
 
66
<DL></DL><P>
 
67
<A NAME="GetFileName">
 
68
<A NAME ="DOC.173.6">
 
69
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> const  <!1><A HREF="string.html">string</A>*  GetFileName()</B></TT>
 
70
<DD> return file name.
 
71
<DL></DL><P>
 
72
<A NAME="IsOpened">
 
73
<A NAME ="DOC.173.7">
 
74
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> bool  IsOpened()</B></TT>
 
75
<DL></DL><P></DL>
 
76
<hr>
 
77
<DL><DT><B>Direct child classes:
 
78
</B><DD><A HREF="OutputFile.html"> OutputFile </A><br>
 
79
<A HREF="InputFile.html"> InputFile </A><br>
 
80
</DL>
 
81
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
 
82
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
 
83
<P Align=Center><I>this page has been generated automatically by doc++</I>
 
84
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte  Z&ouml;ckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
 
85
</BODY>