113 lines
4.0 KiB
HTML
Executable File
113 lines
4.0 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
|
<title>LOOP: Class Library</title>
|
|
<style type="text/css" media="all"><!--
|
|
@import "../loop.css";
|
|
@import "../layout1.css";
|
|
--></style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="Header">Class Models for Lua</div>
|
|
<div id="Logo"><img alt="small (1K)" src="../small.gif" height="70"></div>
|
|
|
|
<div id="Menu">
|
|
<div class="outside"><div class="inside"><ul>
|
|
<li><a href="../index.html", title="">Home</a></li>
|
|
<li><a href="../release/index.html", title="Installation">Install</a></li>
|
|
<li><a href="../manual/index.html", title="User Manual">Manual</a></li>
|
|
<li><strong>Library</strong>
|
|
<div class="outside"><div class="inside"><ul>
|
|
<li><a href="overview.html#collection", title="Collections">collection</a>
|
|
</li>
|
|
<li><a href="overview.html#compiler", title="Compiling">compiler</a>
|
|
</li>
|
|
<li><a href="overview.html#debug", title="Debugging">debug</a>
|
|
</li>
|
|
<li><a href="overview.html#object", title="Objects">object</a>
|
|
</li>
|
|
<li><a href="overview.html#serial", title="Serialization">serial</a>
|
|
</li>
|
|
<li><a href="overview.html#thread", title="Threading">thread</a>
|
|
</li>
|
|
</ul></div></div>
|
|
</li>
|
|
<li><a href="../contact.html", title="Contact People">Contact</a></li>
|
|
<li><a href="http://luaforge.net/projects/oil/", title="Project at LuaForge">LuaForge</a></li>
|
|
</ul></div></div>
|
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h1>Class Library</h1>
|
|
|
|
<h3><a href="overview.html">Overview</a></h3>
|
|
<br>
|
|
|
|
<h3><a href="overview.html#collection">Collections</a></h3>
|
|
<ol>
|
|
<li><a href="collection/ObjectCache.html">Object Cache</a></li>
|
|
<li><a href="collection/UnorderedArray.html">Unordered Array</a></li>
|
|
<li><a href="collection/UnorderedArraySet.html">Unordered Array Set</a></li>
|
|
<li><a href="collection/MapWithArrayOfKeys.html">Map with Array of Keys</a></li>
|
|
<li><a href="collection/OrderedSet.html">Ordered Set</a></li>
|
|
<li><a href="collection/PriorityQueue.html">Priority Queue</a></li>
|
|
</ol>
|
|
|
|
<h3><a href="overview.html#compiler">Compiling</a></h3>
|
|
<ol>
|
|
<li><a href="compiler/Arguments.html">Argument Processor</a></li>
|
|
<li><a href="compiler/Conditional.html">Conditional Compiler</a></li>
|
|
<li><a href="compiler/Expression.html">Expression Parser</a></li>
|
|
</ol>
|
|
|
|
<h3><a href="overview.html#debug">Debugging</a></h3>
|
|
<ol>
|
|
<li><a href="debug/Viewer.html">Value Viewer</a></li>
|
|
<li><a href="debug/Matcher.html">Value Matcher</a></li>
|
|
<li><a href="debug/Inspector.html">Code Inspector</a></li>
|
|
<li><a href="debug/Verbose.html">Verbose Manager</a></li>
|
|
</ol>
|
|
|
|
<h3><a href="overview.html#object">Objects</a></h3>
|
|
<ol>
|
|
<li><a href="object/Exception.html">Exception Object</a></li>
|
|
<li><a href="object/Wrapper.html">Object Wrapper</a></li>
|
|
<li><a href="object/Publisher.html">Event Publisher</a></li>
|
|
</ol>
|
|
|
|
<h3><a href="overview.html#serial">Serialization</a></h3>
|
|
<ol>
|
|
<li><a href="serial/Serializer.html">Value Serializer</a></li>
|
|
<li><a href="serial/StringStream.html">String Stream</a></li>
|
|
<li><a href="serial/FileStream.html">File Stream</a></li>
|
|
<li><a href="serial/SocketStream.html">Socket Stream</a></li>
|
|
</ol>
|
|
|
|
<h3><a href="overview.html#thread">Threading</a></h3>
|
|
<ol>
|
|
<li><a href="thread/Scheduler.html">Thread Scheduler</a></li>
|
|
<li><a href="thread/IOScheduler.html">Thread Scheduler with I/O</a></li>
|
|
<li><a href="thread/CoSocket.html">Cooperative Sockets</a></li>
|
|
<li><a href="thread/SocketScheduler.html">Thread Scheduler with Sockets</a></li>
|
|
<li><a href="thread/Timer.html">Event Timer</a></li>
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
<div class="content">
|
|
<p><small><strong>Copyright (C) 2004-2008 Tecgraf, PUC-Rio</strong></small></p>
|
|
<small>This project is currently being maintained by <a href="http://www.tecgraf.puc-rio.br">Tecgraf</a> at <a href="http://www.puc-rio.br">PUC-Rio</a>.</small>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|