1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 |
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
3 |
<title>PEAK Library: Database</title> |
4 |
<link href="doxygen.css" rel="stylesheet" type="text/css"> |
5 |
</head><body> |
6 |
<!-- Generated by Doxygen 1.3.5 --> |
7 |
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="functions.html">Data Fields</a></div> |
8 |
<h1>Database</h1><hr><a name="_details"></a><h2>Detailed Description</h2> |
9 |
<dl compact><dt><b></b></dt><dd>Collection of basic (but generic) containers for database-related operations. It's for now only limited to dictionaries, but might be extended in the future.</dd></dl> |
10 |
<dl compact><dt><b></b></dt><dd>The methods provided for each containers should be as fast as possible, and slow ones (eg. O(n)+ search methods) should not be available. </dd></dl> |
11 |
|
12 |
<p> |
13 |
<table border=0 cellpadding=0 cellspacing=0> |
14 |
<tr><td></td></tr> |
15 |
<tr><td colspan=2><br><h2>Modules</h2></td></tr> |
16 |
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__dict.html">Dictionary</a></td></tr> |
17 |
|
18 |
</table> |
19 |
<hr size="1"><address style="align: right;"><small>Generated on Sat Jan 17 21:41:53 2004 for the PEAK Library by |
20 |
<a href="http://www.doxygen.org/index.html"> |
21 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0" > |
22 |
</a></small> <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=98146&type=1" width="88" height="31" align="middle" border="0" alt="SourceForge.net Logo" /></a></address> |
23 |
</body> |
24 |
</html> |
25 |
|