~ubuntu-branches/ubuntu/natty/raptor/natty-updates

« back to all changes in this revision

Viewing changes to docs/xml/section-iostream.xml

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2006-10-22 21:15:07 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061022211507-c93p7f5mhapszeom
Tags: 1.4.13-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
3
 
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 
3
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 
4
<!ENTITY version SYSTEM "version.xml">
 
5
]>
4
6
<refentry id="raptor-section-iostream">
5
7
<refmeta>
6
 
<refentrytitle id="top_of_page">I/O Stream</refentrytitle>
 
8
<refentrytitle role="top_of_page">I/O Stream</refentrytitle>
7
9
<manvolnum>3</manvolnum>
8
10
<refmiscinfo>RAPTOR Library</refmiscinfo>
9
11
</refmeta>
14
16
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
15
17
</refnamediv>
16
18
 
17
 
<refsynopsisdiv id="synopsis">
18
 
<title id="synopsis.title">Synopsis</title>
 
19
<refsynopsisdiv role="synopsis">
 
20
<title role="synopsis.title">Synopsis</title>
19
21
 
20
22
<synopsis>
21
23
 
92
94
 
93
95
 
94
96
 
95
 
<refsect1 id="desc">
96
 
<title id="desc.title">Description</title>
 
97
<refsect1 role="desc">
 
98
<title role="desc.title">Description</title>
97
99
<para>
98
100
An class providing an I/O writer abstraction that allows generating
99
101
output that can be stored or passed on to system files, strings
102
104
</para>
103
105
</refsect1>
104
106
 
105
 
<refsect1 id="details">
106
 
<title id="details.title">Details</title>
 
107
<refsect1 role="details">
 
108
<title role="details.title">Details</title>
107
109
<refsect2>
108
110
<title><anchor id="raptor-iostream" role="typedef"/>raptor_iostream</title>
109
111
<indexterm><primary>raptor_iostream</primary></indexterm><programlisting>raptor_iostream* raptor_iostream;