File: class_ipe_file_stream.html

package info (click to toggle)
ipe 6.0pre30-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,100 kB
  • ctags: 5,419
  • sloc: cpp: 30,430; ansic: 1,045; xml: 845; makefile: 78; sh: 5
file content (173 lines) | stat: -rw-r--r-- 6,592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Ipelib: IpeFileStream Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
  </ul></div>
<div class="tabs">
  <ul>
    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  </ul></div>
<h1>IpeFileStream Class Reference<br>
<small>
[<a class="el" href="group__base.html">Ipe Base</a>]</small>
</h1><!-- doxytag: class="IpeFileStream" --><!-- doxytag: inherits="IpeTellStream" -->Stream writing into an open file.  
<a href="#_details">More...</a>
<p>
Inherits <a class="el" href="class_ipe_tell_stream.html">IpeTellStream</a>.
<p>
<a href="class_ipe_file_stream-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="class_ipe_file_stream.html#d22a246699ebae6521e4b12cee9193d8">IpeFileStream</a> (std::FILE *file)
<li>virtual void <a class="el" href="class_ipe_file_stream.html#630d1e1246fe6605ca6245cc439daa28">PutChar</a> (char ch)
<li>virtual void <a class="el" href="class_ipe_file_stream.html#52e7e057f3a1ceea98459ec3794803b2">PutString</a> (<a class="el" href="class_ipe_string.html">IpeString</a> s)
<li>virtual void <a class="el" href="class_ipe_file_stream.html#f7328b437237e90464eb03e98b43b19d">PutCString</a> (const char *s)
<li>virtual void <a class="el" href="class_ipe_file_stream.html#cafb6bfa3e031030dad3622a1fac8550">PutRaw</a> (const char *data, int size)
<li><a class="anchor" name="4643a728a307e097eb6e907e1a51dbc3"></a><!-- doxytag: member="IpeFileStream::Tell" ref="4643a728a307e097eb6e907e1a51dbc3" args="() const" -->
virtual int <b>Tell</b> () const
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Stream writing into an open file. 
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="d22a246699ebae6521e4b12cee9193d8"></a><!-- doxytag: member="IpeFileStream::IpeFileStream" ref="d22a246699ebae6521e4b12cee9193d8" args="(std::FILE *file)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">IpeFileStream::IpeFileStream           </td>
          <td>(</td>
          <td class="paramtype">std::FILE *&nbsp;</td>
          <td class="paramname"> <em>file</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Constructor. 
<p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="630d1e1246fe6605ca6245cc439daa28"></a><!-- doxytag: member="IpeFileStream::PutChar" ref="630d1e1246fe6605ca6245cc439daa28" args="(char ch)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void IpeFileStream::PutChar           </td>
          <td>(</td>
          <td class="paramtype">char&nbsp;</td>
          <td class="paramname"> <em>ch</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Output character. 
<p>

<p>
Implements <a class="el" href="class_ipe_stream.html#740543a4148d7185bd62323162c44ad1">IpeStream</a>.
</div>
</div><p>
<a class="anchor" name="52e7e057f3a1ceea98459ec3794803b2"></a><!-- doxytag: member="IpeFileStream::PutString" ref="52e7e057f3a1ceea98459ec3794803b2" args="(IpeString s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void IpeFileStream::PutString           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_ipe_string.html">IpeString</a>&nbsp;</td>
          <td class="paramname"> <em>s</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Output string. 
<p>

<p>
Reimplemented from <a class="el" href="class_ipe_stream.html#2bf8d030f2133308ca20ee931be69b8b">IpeStream</a>.
</div>
</div><p>
<a class="anchor" name="f7328b437237e90464eb03e98b43b19d"></a><!-- doxytag: member="IpeFileStream::PutCString" ref="f7328b437237e90464eb03e98b43b19d" args="(const char *s)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void IpeFileStream::PutCString           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>s</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Output C string. 
<p>

<p>
Reimplemented from <a class="el" href="class_ipe_stream.html#02eef0d41f0e16c1e688dd8637732643">IpeStream</a>.
</div>
</div><p>
<a class="anchor" name="cafb6bfa3e031030dad3622a1fac8550"></a><!-- doxytag: member="IpeFileStream::PutRaw" ref="cafb6bfa3e031030dad3622a1fac8550" args="(const char *data, int size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void IpeFileStream::PutRaw           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>data</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>size</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Output raw character data. 
<p>

<p>
Reimplemented from <a class="el" href="class_ipe_stream.html#2a325fd9086eadde2d7356ed5e349a01">IpeStream</a>.
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>ipebase.h<li>ipebase.cpp</ul>
<hr>
</body></html>