File: index.html

package info (click to toggle)
boost 1.32.0-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 93,952 kB
  • ctags: 128,458
  • sloc: cpp: 492,477; xml: 52,125; python: 13,519; ansic: 13,013; sh: 1,773; yacc: 853; makefile: 526; perl: 418; lex: 110; csh: 6
file content (68 lines) | stat: -rw-r--r-- 2,083 bytes parent folder | download | duplicates (3)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>Boost I/O Library</title>
</head>

<body bgcolor="white" text="black">
<table border="1" bgcolor="teal" cellpadding="2">
	<tr>
		<td bgcolor="white"><img src="../../../boost.png"
			alt="boost.png (6897 bytes)" width="277"
			height="86"></td>
		<td><a href="../../../index.htm"><font face="Arial"
			color="white"><big>Home</big></font></a></td>
		<td><a href="../../libraries.htm"><font face="Arial"
			color="white"><big>Libraries</big></font></a></td>
		<td><a href="../../../people/people.htm"><font face="Arial"
			color="white"><big>People</big></font></a></td>
		<td><a href="../../../more/faq.htm"><font face="Arial"
			color="white"><big>FAQ</big></font></a></td>
		<td><a href="../../../more/index.htm"><font face="Arial"
			color="white"><big>More</big></font></a></td>
	</tr>
</table>

<h1>Boost Input/Output Library</h1>

<table border="1" cellpadding="5" align="center">
	<tr>
		<th>Header / Docs</th>
		<th>Contents</th>
	</tr>
	<tr>
		<td align="center">
			<code><a href="../../../boost/io_fwd.hpp">&lt;boost/io_fwd.hpp&gt;</a></code>
		</td>
		<td valign="top">
			Forward declaration header.
		</td>
	</tr>
	<tr>
		<td align="center">
			<code><a href="../../../boost/io/ios_state.hpp">&lt;boost/io/ios_state.hpp&gt;</a></code><br>
			<br><a href="ios_state.html">documentation</a>
		</td>
		<td valign="top">
			State-saving classes for various IOStream attributes.
		</td>
	</tr>
</table>

<h2>Rationale</h2>

<p>The I/O sub-library of Boost helps segregate the large number of
Boost headers.  This sub-library should contain various items to use
with/for the standard I/O library.</p>

<hr>

<p>Revised: 26 Feb 2002</p>

<p>Copyright 2002 <a href="http://www.boost.org/">Boost.org</a>.  Use,
modification, and distribution are subject to the Boost Software
License, Version 1.0.  (See accompanying file <a
href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or a copy at &lt;<a
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>&gt;.)</p>
</body>
</html>