Ver Fonte

Added links to statechart.

[SVN r33322]
Andreas Huber há 20 anos atrás
pai
commit
df7a51422d
1 ficheiros alterados com 10 adições e 4 exclusões
  1. 10 4
      libs/libraries.htm

+ 10 - 4
libs/libraries.htm

@@ -6,7 +6,7 @@
 <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
 <meta name="ProgId" content="FrontPage.Editor.Document">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
+<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
 <title>Boost Libraries</title>
 </head>
 
@@ -214,6 +214,9 @@ how to download, build, and install the libraries.</p>
     <li><a href="smart_ptr/index.html">smart_ptr</a> - Five smart
         pointer class templates, from Greg Colvin, Beman Dawes,
         Peter Dimov, and Darin Adler.</li>
+    <li><a href="statechart/doc/index.html">statechart</a> - Arbitrarily 
+    complex finite state machines can be implemented in easily readable and 
+    maintainable C++ code, from Andreas Huber.</li>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
         - Static assertions (compile time assertions), from John
         Maddock.</li>
@@ -574,9 +577,12 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     wrapper for optional values, from Fernando Cacciola.</li>
     <li><a href="../doc/html/program_options.html">program_options</a> - Access to configuration
         data given on command line, in config files and other sources, from Vladimir Prus.</li>
+    <li><a href="statechart/doc/index.html">statechart</a> - Arbitrarily 
+    complex finite state machines can be implemented in easily readable and 
+    maintainable C++ code, from Andreas Huber.</li>
     <li><a href="timer/index.html">timer</a> - Event timer,
-        progress timer, and progress display classes, from Beman
-        Dawes.</li>
+    progress timer, and progress display classes, from Beman
+    Dawes.</li>
     <li><a href="tr1/index.html">TR1</a> - An implementation of the Technical
     	Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
     <li><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
@@ -616,7 +622,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
 
 <p>Revised
 <!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %b %Y" startspan -->02 Aug 2005<!--webbot bot="Timestamp" endspan i-checksum="14768" --></p>
+s-format="%d %b %Y" startspan -->12 Mar 2006<!--webbot bot="Timestamp" endspan i-checksum="14901" --></p>
 
 <p>© Copyright Beman Dawes 2000-2004</p>
 <p>Distributed under the Boost Software License, Version 1.0.

粤ICP备19079148号