summaryrefslogtreecommitdiff
path: root/old/dw/html/namespacelout_1_1container.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/dw/html/namespacelout_1_1container.html')
-rw-r--r--old/dw/html/namespacelout_1_1container.html81
1 files changed, 81 insertions, 0 deletions
diff --git a/old/dw/html/namespacelout_1_1container.html b/old/dw/html/namespacelout_1_1container.html
new file mode 100644
index 0000000..e177f14
--- /dev/null
+++ b/old/dw/html/namespacelout_1_1container.html
@@ -0,0 +1,81 @@
+<!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.8"/>
+<title>Dillo: lout::container Namespace Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="https://www.dillo.org/dw/html/jquery.js"></script>
+<script type="text/javascript" src="dynsections.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 style="padding-left: 0.5em;">
+ <div id="projectname">Dillo
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.8 -->
+ <div id="navrow1" class="tabs">
+ <ul class="tablist">
+ <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+ <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
+ <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
+ <li><a href="annotated.html"><span>Classes</span></a></li>
+ <li><a href="files.html"><span>Files</span></a></li>
+ </ul>
+ </div>
+ <div id="navrow2" class="tabs2">
+ <ul class="tablist">
+ <li><a href="namespaces.html"><span>Namespace&#160;List</span></a></li>
+ <li><a href="namespacemembers.html"><span>Namespace&#160;Members</span></a></li>
+ </ul>
+ </div>
+<div id="nav-path" class="navpath">
+ <ul>
+<li class="navelem"><a class="el" href="namespacelout.html">lout</a></li><li class="navelem"><a class="el" href="namespacelout_1_1container.html">container</a></li> </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+ <div class="summary">
+<a href="namespacelout_1_1container.html#namespaces">Namespaces</a> </div>
+ <div class="headertitle">
+<div class="title">lout::container Namespace Reference</div> </div>
+</div><!--header-->
+<div class="contents">
+
+<p>This namespace contains a framework for container classes, which members are instances of <a class="el" href="classlout_1_1object_1_1Object.html" title="This is the base class for many other classes, which defines very common virtual methods. ">object::Object</a>.
+<a href="namespacelout_1_1container.html#details">More...</a></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
+Namespaces</h2></td></tr>
+<tr class="memitem:namespacelout_1_1container_1_1typed"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelout_1_1container_1_1typed.html">typed</a></td></tr>
+<tr class="memdesc:namespacelout_1_1container_1_1typed"><td class="mdescLeft">&#160;</td><td class="mdescRight">This namespace provides thin wrappers, implemented as C++ templates, to gain type-safety. <br /></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:namespacelout_1_1container_1_1untyped"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelout_1_1container_1_1untyped.html">untyped</a></td></tr>
+<tr class="memdesc:namespacelout_1_1container_1_1untyped"><td class="mdescLeft">&#160;</td><td class="mdescRight">The container classes defined here contain instances of <a class="el" href="classlout_1_1object_1_1Object.html" title="This is the base class for many other classes, which defines very common virtual methods. ">object::Object</a>. <br /></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
+<div class="textblock"><p>This namespace contains a framework for container classes, which members are instances of <a class="el" href="classlout_1_1object_1_1Object.html" title="This is the base class for many other classes, which defines very common virtual methods. ">object::Object</a>. </p>
+<p>A common problem in languages without garbage collection is, where the children belong to, and so, who is responsible to delete them (instantiation is always done by the caller). This information is here told to the collections, each container has a constructor with the parameter "ownerOfObjects" (HashTable has two such parameters, for keys and values).</p>
+<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacelout_1_1container_1_1untyped.html" title="The container classes defined here contain instances of object::Object. ">container::untyped</a>, <a class="el" href="namespacelout_1_1container_1_1typed.html" title="This namespace provides thin wrappers, implemented as C++ templates, to gain type-safety. ">container::typed</a> </dd></dl>
+</div></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated on Sat May 28 2016 11:47:45 for Dillo by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.8
+</small></address>
+</body>
+</html>