Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / spirit / doc / html / spirit / karma / quick_reference / primitive_generators / stream.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Stream Generators</title>
5 <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7 <link rel="home" href="../../../../index.html" title="Spirit 2.5.2">
8 <link rel="up" href="../primitive_generators.html" title="Karma Generators">
9 <link rel="prev" href="boolean.html" title="Boolean Generators">
10 <link rel="next" href="binary.html" title="Binary Generators">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="boolean.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../primitive_generators.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="binary.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h5 class="title">
27 <a name="spirit.karma.quick_reference.primitive_generators.stream"></a><a class="link" href="stream.html" title="Stream Generators">Stream
28           Generators</a>
29 </h5></div></div></div>
30 <p>
31             See here for more information about <a class="link" href="../../reference/stream/stream.html" title="Stream Generators (stream, wstream, etc.)">Stream
32             Generators</a>.
33           </p>
34 <div class="informaltable"><table class="table">
35 <colgroup>
36 <col>
37 <col>
38 <col>
39 </colgroup>
40 <thead><tr>
41 <th>
42                     <p>
43                       Expression
44                     </p>
45                   </th>
46 <th>
47                     <p>
48                       Attribute
49                     </p>
50                   </th>
51 <th>
52                     <p>
53                       Description
54                     </p>
55                   </th>
56 </tr></thead>
57 <tbody>
58 <tr>
59 <td>
60                     <p>
61                       <a class="link" href="../../reference/stream/stream.html" title="Stream Generators (stream, wstream, etc.)"><code class="computeroutput"><span class="identifier">stream</span></code></a>
62                     </p>
63                   </td>
64 <td>
65                     <p>
66                       <code class="computeroutput"><span class="identifier">hold_any</span></code>
67                     </p>
68                   </td>
69 <td>
70                     <p>
71                       Generate narrow character (<code class="computeroutput"><span class="keyword">char</span></code>)
72                       based output using the matching streaming <code class="computeroutput"><span class="keyword">operator</span><span class="special">&lt;&lt;()</span></code>
73                     </p>
74                   </td>
75 </tr>
76 <tr>
77 <td>
78                     <p>
79                       <a class="link" href="../../reference/stream/stream.html" title="Stream Generators (stream, wstream, etc.)"><code class="computeroutput"><span class="identifier">stream</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code></a>
80                     </p>
81                   </td>
82 <td>
83                     <p>
84                       <code class="computeroutput"><span class="identifier">Unused</span></code>
85                     </p>
86                   </td>
87 <td>
88                     <p>
89                       Generate narrow character (<code class="computeroutput"><span class="keyword">char</span></code>)
90                       based output from the immediate argument <code class="computeroutput"><span class="identifier">s</span></code>
91                       using the matching streaming <code class="computeroutput"><span class="keyword">operator</span><span class="special">&lt;&lt;()</span></code>
92                     </p>
93                   </td>
94 </tr>
95 <tr>
96 <td>
97                     <p>
98                       <a class="link" href="../../reference/stream/stream.html" title="Stream Generators (stream, wstream, etc.)"><code class="computeroutput"><span class="identifier">wstream</span></code></a>
99                     </p>
100                   </td>
101 <td>
102                     <p>
103                       <code class="computeroutput"><span class="identifier">whold_any</span></code>
104                     </p>
105                   </td>
106 <td>
107                     <p>
108                       Generate wide character (<code class="computeroutput"><span class="keyword">wchar_t</span></code>)
109                       based output using the matching streaming <code class="computeroutput"><span class="keyword">operator</span><span class="special">&lt;&lt;()</span></code>
110                     </p>
111                   </td>
112 </tr>
113 <tr>
114 <td>
115                     <p>
116                       <a class="link" href="../../reference/stream/stream.html" title="Stream Generators (stream, wstream, etc.)"><code class="computeroutput"><span class="identifier">wstream</span><span class="special">(</span><span class="identifier">s</span><span class="special">)</span></code></a>
117                     </p>
118                   </td>
119 <td>
120                     <p>
121                       <code class="computeroutput"><span class="identifier">Unused</span></code>
122                     </p>
123                   </td>
124 <td>
125                     <p>
126                       Generate wide character (<code class="computeroutput"><span class="keyword">wchar_t</span></code>)
127                       based output from the immediate argument <code class="computeroutput"><span class="identifier">s</span></code>
128                       using the matching streaming <code class="computeroutput"><span class="keyword">operator</span><span class="special">&lt;&lt;()</span></code>
129                     </p>
130                   </td>
131 </tr>
132 <tr>
133 <td>
134                     <p>
135                       <a class="link" href="../../reference/stream/stream.html" title="Stream Generators (stream, wstream, etc.)">
136 <pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="identifier">stream_generator</span><span class="special">&lt;</span>
137     <span class="identifier">Char</span>
138 <span class="special">&gt;()</span></pre>
139                       </a>
140                     </p>
141                   </td>
142 <td>
143                     <p>
144                       <code class="computeroutput"><span class="identifier">basic_hold_any</span><span class="special">&lt;</span><span class="identifier">Char</span><span class="special">&gt;</span></code>
145                     </p>
146                   </td>
147 <td>
148                     <p>
149                       Generate output based on the given character type (<code class="computeroutput"><span class="identifier">Char</span></code>) using the matching
150                       streaming <code class="computeroutput"><span class="keyword">operator</span><span class="special">&lt;&lt;()</span></code>
151                     </p>
152                   </td>
153 </tr>
154 <tr>
155 <td>
156                     <p>
157                       <a class="link" href="../../reference/stream/stream.html" title="Stream Generators (stream, wstream, etc.)">
158 <pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="identifier">stream_generator</span><span class="special">&lt;</span>
159     <span class="identifier">Char</span>
160 <span class="special">&gt;()(</span><span class="identifier">s</span><span class="special">)</span></pre>
161                       </a>
162                     </p>
163                   </td>
164 <td>
165                     <p>
166                       <code class="computeroutput"><span class="identifier">Unused</span></code>
167                     </p>
168                   </td>
169 <td>
170                     <p>
171                       Generate output based on the given character type <code class="computeroutput"><span class="identifier">Char</span></code> from the immediate argument
172                       <code class="computeroutput"><span class="identifier">s</span></code> using the
173                       matching streaming <code class="computeroutput"><span class="keyword">operator</span><span class="special">&lt;&lt;()</span></code>
174                     </p>
175                   </td>
176 </tr>
177 </tbody>
178 </table></div>
179 </div>
180 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
181 <td align="left"></td>
182 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
183         Distributed under the Boost Software License, Version 1.0. (See accompanying
184         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
185       </p>
186 </div></td>
187 </tr></table>
188 <hr>
189 <div class="spirit-nav">
190 <a accesskey="p" href="boolean.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../primitive_generators.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="binary.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
191 </div>
192 </body>
193 </html>