File: documentation.html

package info (click to toggle)
zthreads 2.3.2-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,536 kB
  • sloc: sh: 8,432; cpp: 6,032; ansic: 126; makefile: 109; javascript: 6
file content (91 lines) | stat: -rw-r--r-- 2,563 bytes parent folder | download | duplicates (7)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>

  <link rel="Stylesheet" type="text/css"
          href="ns4.css" />

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="imagetoolbar" content="no" />

  <!-- For CSS2 capable browsers -->
  <style type="text/css" media="screen"> @import url(zthread.css);</style>

  <script type="text/javascript" src="bugs.js"></script>

  <title></title>

</head>
<body>

<!-- old browser detection -->
<div class="compliance">
<strong>
If you can read this text, it means you are not experiencing this website at its best.
This website is designed for used with a <a href="http://www.webstandards.org/upgrade/">standards-compliant browser</a>. 
</strong>
</div>


<div class="header">

  <div class="version">Current version: <em>2.3.2</em></div>

  <div class="title">
  ZThreads
    <div class="caption">A platform-independent, multi-threading and synchronization library for C++</div>
  </div>

  <div class="tabs">

    <a href="index.html">Home</a>
    <a href="#" class="current">Documentation</a>
    <a href="download.html">Download</a>
    <a href="cvs.html">CVS</a>
    <a href="contact.html">Contact</a>

  </div>

</div>

<div class="content">

Since version 2.2.11, the ZThreads library has undergone some revisions. Part of that was a thorough updating of the documentation. 
<p>

<div class="documentation">
<strong>Browse the <a href="http://www.stack.nl/~dimitri/doxygen">doxygen</a>-generated documentation online:</strong>

<ul>
  <li>
    <a class="qindex" href="html/hierarchy.html">Class Hierarchy</a>
  </li>
  <li>
    <a class="qindex" href="html/annotated.html">Compound Namespace Listing</a>
  </li>
  <li>
    <a class="qindex" href="html/functions.html">Compound Member Listing</a>
  </li>
</ul>

</div>

<p>
Some of the older documents on the site with regard to porting the library, or the structure of things were rendered obsolete and so they were removed. If you are interested in porting the library to another platform, please <a href="contact.html">contact</a> the author directly.
<p>
If any updates to the documentation need to be made for this release, they will appear
here and in the CVS.
</div>

<div class="footer">
ZThreads is Copyright &copy; 2000-<span>2005</span> by 
<a href="#">Eric Crahen</a>, see the 
<a href="http://www.opensource.org/licenses/mit-license.php">license</a> for details.
</div>


</body>
</html>