You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.2 KiB

  1. <html>
  2. <head>
  3. <title>Pantheios - Project Map - include</title>
  4. <!--
  5. Created: 22nd September 2008
  6. Updated: 22nd September 2008
  7. -->
  8. </head>
  9. <body>
  10. <h1>Pantheios - Project Map - include</h1>
  11. <p>
  12. Contains all the header files defining the Pantheios Core, Application Layer, stock Back-end, stock Front-end and Utility components.
  13. </p>
  14. <p>
  15. The header files are divided into the following sub-directories:
  16. </p>
  17. <table>
  18. <tr>
  19. <th>Sub-directory</th>
  20. <th>Purpose</th>
  21. </tr>
  22. <tr>
  23. <td><code>b64</code></td>
  24. <td>Header file(s) for the <a href="http://synesis.com.au/software/b64.html">b64</a> library, which is bundled with Pantheios</td>
  25. </tr>
  26. <tr>
  27. <td><code>pantheios</code></td>
  28. <td>Header files for all Pantheios components</td>
  29. </tr>
  30. <tr>
  31. <td><code>pantheios/util</code></td>
  32. <td>Header files for the Pantheios <b>Utility</b> components</td>
  33. </tr>
  34. <tr>
  35. <td><code>pantheios/backends</code></td>
  36. <td>Header files for all Pantheios stock <b>Back-end</b> components</td>
  37. </tr>
  38. <tr>
  39. <td><code>pantheios/frontends</code></td>
  40. <td>Header files for all Pantheios stock <b>Front-end</b> components</td>
  41. </tr>
  42. <tr>
  43. <td><code>pantheios/implicit_link</code></td>
  44. <td>Header files for implicit linking to Pantheios libraries</td>
  45. </tr>
  46. <tr>
  47. <td><code>pantheios/inserters</code></td>
  48. <td>Header files for Pantheios <b>Application Layer</b> inserter classes</td>
  49. </tr>
  50. <tr>
  51. <td><code>pantheios/internal</code></td>
  52. <td>Header files for internal (implementation) components</td>
  53. </tr>
  54. <tr>
  55. <td><code>pantheios/quality</code></td>
  56. <td>Header files for quality assurance components / sub-systems</td>
  57. </tr>
  58. <tr>
  59. <td><code>pantheios/test</code></td>
  60. <td>Header files for test-related components</td>
  61. </tr>
  62. <tr>
  63. <td><code>shwild</code></td>
  64. <td>Header file(s) for the <a href="http://shwild.org/">shwild</a> library, which is bundled with Pantheios</td>
  65. </tr>
  66. <tr>
  67. <td><code>xtests</code></td>
  68. <td>Header file(s) for the <a href="http://xtests.org/">xTests</a> library, which is bundled with Pantheios</td>
  69. </tr>
  70. </table>
  71. </body>
  72. </html>