<!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 http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Cyclone Scheme: Modules</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Cyclone Scheme  <span id="projectnumber">0.5</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); </script> <div id="main-nav"></div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">Modules</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all modules:</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><a class="el" href="group__datatypes.html" target="_self">Data types</a></td><td class="desc">All of the Scheme data types provided by Cyclone </td></tr> <tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__immediates.html" target="_self">Immediate objects</a></td><td class="desc">Objects that do not require memory allocation </td></tr> <tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">▼</span><a class="el" href="group__objects.html" target="_self">Objects</a></td><td class="desc">Definitions and code for memory-allocated objects </td></tr> <tr id="row_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="group__objects__safe__cxr.html" target="_self">Safe pair access macros</a></td><td class="desc">Macros for safe pair access </td></tr> <tr id="row_0_1_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="group__objects__unsafe__cxr.html" target="_self">Unsafe pair access macros</a></td><td class="desc">Macros for fast - but unsafe - pair access </td></tr> <tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><a class="el" href="group__gc.html" target="_self">Garbage collection</a></td><td class="desc">The Cyclone runtime's garbage collector (GC) </td></tr> <tr id="row_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__gc__major.html" target="_self">Major GC</a></td><td class="desc">Major GC is responsible for removing unused objects from the heap </td></tr> <tr id="row_1_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_1_1_" class="arrow" onclick="toggleFolder('1_1_')">▼</span><a class="el" href="group__gc__minor.html" target="_self">Minor GC</a></td><td class="desc">Minor GC is called periodically to copy live objects off of a thread stack </td></tr> <tr id="row_1_1_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><a class="el" href="group__gc__minor__mut.html" target="_self">Mutation table</a></td><td class="desc">Mutation table to support the minor GC write barrier </td></tr> <tr id="row_2_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__prim__glo.html" target="_self">Library table</a></td><td class="desc">A table of scheme libraries that are loaded </td></tr> <tr id="row_3_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_3_" class="arrow" onclick="toggleFolder('3_')">▼</span><a class="el" href="group__prim.html" target="_self">Primitives</a></td><td class="desc">Built-in Scheme functions provided by the runtime library </td></tr> <tr id="row_3_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__bv.html" target="_self">Bytevectors</a></td><td class="desc">Bytevector functions </td></tr> <tr id="row_3_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__cvar.html" target="_self">C vars</a></td><td class="desc">Primitives for the C-variable integration type </td></tr> <tr id="row_3_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__ch.html" target="_self">Call history</a></td><td class="desc">Functions for maintaining call history </td></tr> <tr id="row_3_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__char.html" target="_self">Characters</a></td><td class="desc">Character functions </td></tr> <tr id="row_3_4_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__ctrl.html" target="_self">Control flow</a></td><td class="desc">Primitives that control the flow of program execution </td></tr> <tr id="row_3_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__eq.html" target="_self">Equality and type predicates</a></td><td class="desc"></td></tr> <tr id="row_3_6_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__err.html" target="_self">Error checking</a></td><td class="desc">Runtime error checks including object type validation, bounds, and number of function arguments </td></tr> <tr id="row_3_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__ex.html" target="_self">Exception handling</a></td><td class="desc">Raise and handle Scheme exceptions </td></tr> <tr id="row_3_8_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__gc.html" target="_self">Garbage collection</a></td><td class="desc">Functions to manually trigger a GC </td></tr> <tr id="row_3_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__io.html" target="_self">I/O</a></td><td class="desc">Input/Output functions </td></tr> <tr id="row_3_10_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__num.html" target="_self">Numbers</a></td><td class="desc">Number functions </td></tr> <tr id="row_3_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__pairs.html" target="_self">Pairs and lists</a></td><td class="desc">Functions for working with pairs and lists </td></tr> <tr id="row_3_12_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__obj.html" target="_self">Primitive objects</a></td><td class="desc">Objects added to the global environment at runtime as references to the corresponding primitives </td></tr> <tr id="row_3_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__str.html" target="_self">Strings</a></td><td class="desc">String functions </td></tr> <tr id="row_3_14_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__sym.html" target="_self">Symbols</a></td><td class="desc">Symbol functions </td></tr> <tr id="row_3_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__sys.html" target="_self">System interface</a></td><td class="desc">Functions for interacting with the system </td></tr> <tr id="row_3_16_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__thd.html" target="_self">Threads</a></td><td class="desc">Thread-oriented functions </td></tr> <tr id="row_3_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="group__prim__vec.html" target="_self">Vectors</a></td><td class="desc">Vector functions </td></tr> <tr id="row_4_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__prim__symtbl.html" target="_self">Symbol table</a></td><td class="desc">The symbol table, a thread-safe container for all symbols </td></tr> </table> </div><!-- directory --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.13 </small></address> </body> </html>