| |
1 <!-- begin header --> |
| |
2 <div id="page-header"> |
| |
3 <span>UAP Common Extensions</span> |
| |
4 <img src="uaplogo.png" alt="UAP Core"> |
| |
5 </div> |
| |
6 <!-- end header --> |
| |
7 |
| |
8 <!-- begin navigation --> |
| |
9 <div id="sidebar"> |
| |
10 <div class="nav"> |
| |
11 <h3>Getting Started</h3> |
| |
12 <ul> |
| |
13 <li><a href="index.html">Overview</a></li> |
| |
14 <li><a href="install.html">Build Instructions</a></li> |
| |
15 <li><a href="license.html">License</a></li> |
| |
16 </ul> |
| |
17 </div> |
| |
18 <div class="nav"> |
| |
19 <h3>Documentation</h3> |
| |
20 <ul> |
| |
21 <li><a href="modules.html">Modules</a> |
| |
22 <ul> |
| |
23 <li><a href="modules.html#allocator">Allocator</a></li> |
| |
24 <li><a href="modules.html#array">Array</a></li> |
| |
25 <li><a href="modules.html#avl-tree">AVL Tree</a></li> |
| |
26 <li><a href="modules.html#buffer">Buffer</a></li> |
| |
27 <li><a href="modules.html#list">List</a></li> |
| |
28 <li><a href="modules.html#logging">Logging</a></li> |
| |
29 <li><a href="modules.html#map">Map</a></li> |
| |
30 <li><a href="modules.html#memory-pool">Memory Pool</a></li> |
| |
31 <li><a href="modules.html#properties">Properties</a></li> |
| |
32 <li><a href="modules.html#stack">Stack</a></li> |
| |
33 <li><a href="modules.html#string">String</a></li> |
| |
34 <li><a href="modules.html#testing">Testing</a></li> |
| |
35 <li><a href="modules.html#utilities">Utilities</a></li> |
| |
36 </ul> |
| |
37 </li> |
| |
38 <li><a target="_blank" href="api-2.1/index.html">API Reference</a></li> |
| |
39 </ul> |
| |
40 </div> |
| |
41 <div class="nav"> |
| |
42 <h3>Repositories</h3> |
| |
43 <ul> |
| |
44 <li><a target="_blank" href="https://develop.uap-core.de/hg/ucx/">UAP Core Repository</a></li> |
| |
45 <li><a target="_blank" href="https://sourceforge.net/p/ucx/">Source Forge</a></li> |
| |
46 </ul> |
| |
47 </div> |
| |
48 <div class="nav"> |
| |
49 <h3>Partners</h3> |
| |
50 <ul> |
| |
51 <li><a target="_blank" href="https://www.unixwork.de">UNIXwork</a></li> |
| |
52 </ul> |
| |
53 </div> |
| |
54 </div> |
| |
55 <!-- end navigation --> |
| |
56 |
| |
57 <!-- begin content --> |
| |
58 <div id="content"> |