TCLAP/docs/index.html
2004-09-27 21:37:04 +00:00

66 lines
2.4 KiB
HTML

<!--
-
- file: index.html
-
- Copyright (c) 2003, Michael E. Smoot .
- All rights reverved.
-
- See the file COPYING in the top directory of this distribution for
- more information.
-
- THE SOFTWARE IS PROVIDED _AS IS_, WITHOUT WARRANTY OF ANY KIND, EXPRESS
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
-
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 1st August 2004), see www.w3.org" />
<title>tclap -- Templatized C++ Command Line Parser Library</title>
</head>
<body>
<table summary="Title and Sourceforge logo.">
<tr>
<td align="left">
<h1>tclap -- Templatized C++ Command Line Parser Library</h1>
</td>
<td align="right"><a href="http://sourceforge.net"><img src=
"http://sourceforge.net/sflogo.php?group_id=76645&amp;type=4"
width="125" height="37" border="0" alt=
"SourceForge.net Logo" /></a></td>
</tr>
</table>
This is a small library that provides a simple interface for
defining and accessing command line arguments. It was intially
inspired by the user friendly <a href=
"http://www.cs.bgu.ac.il/~cgproj/CLAP/">CLAP</a> libary. The
difference is that this library is templatized so the argument
class is type independent which avoids identical-except-for-type
objects like IntArg, FloatArg, StringArg, etc. While the library is
not strictly compliant with the GNU or POSIX standards, it is
getting close.
<ul>
<li>See the <a href="manual.html"><b>manual</b></a> for how things
work.</li>
<li>See the <a href="html/index.html"><b>API</b></a> documentation
for detailed implementation information.</li>
<li>Visit the <a href="http://sourceforge.net">Sourceforge</a>
project <a href=
"http://sourceforge.net/projects/tclap/">page</a>.</li>
<li><a href=
"http://sourceforge.net/project/showfiles.php?group_id=76645"><b>Download</b></a>
the source here.</li>
<li>Send any feedback, comments, patches, etc. to mes (_at_) aescon
(_dot_) com.</li>
</ul>
Happy coding!
</body>
</html>