lumiera_/doc/devel/uml/class128437.html
Christian Thaeter b32425820d generated HTML
2007-06-28 03:54:17 +02:00

25 lines
2 KiB
HTML

<!-- Documentation produced by the Html generator of Bouml (http://bouml.free.fr) -->
<?xml version="1.0" encoding="UTF-8"?>
<!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>
<title>Class FileMapCache</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body bgcolor="#ffffff">
<div class = "title">Class FileMapCache</div>
<p></p>
<!-- ============================================================= -->
<a name="refclass128437"></a>
<p>Declaration :</p><ul><li>C++ : class FileMapCache </li></ul><div class="sub">
<a name="refrelation129505"></a>
<table><tr><td><div class="element">Relation <b>&lt;association&gt;</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : # : <a href="class128821.html#refclass128821"><b>Frame</b></a></li><li>C++ : protected: <a href="class128821.html#refclass128821"><b>Frame</b></a> * </li></ul><a name="refrelation129633"></a>
<table><tr><td><div class="element">Relation <b>checked_in (&lt;directional aggregation by value&gt;)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : # checked_in : <a href="class128565.html#refclass128565"><b>FileMap</b></a>, multiplicity : *</li><li>C++ : protected: <a href="class128565.html#refclass128565"><b>FileMap</b></a> checked_in</li></ul><p>checked_in objects are subject of cache aging and must be not in use<br /></p><a name="refrelation129290"></a>
<table><tr><td><div class="element">Relation <b>checked_out (&lt;directional aggregation by value&gt;)</b></div></td></tr></table><p>Declaration :</p><ul><li>Uml : # checked_out : <a href="class128565.html#refclass128565"><b>FileMap</b></a>, multiplicity : *</li><li>C++ : protected: list&lt;<a href="class128565.html#refclass128565"><b>FileMap</b></a>&gt; checked_out</li></ul><p>this list keeps all mappings which are in use, and thus prevents them from Cache aging<br /></p></div>
</body>
</html>