Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 64656f00434e190abe8506174ca339ed > files > 123

ucommon-doc-4.3.1-1.mga1.i586.rpm

<!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"/>
<title>ucommon: Exclusive Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">ucommon</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&#160;Structure&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a00046.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<h1>Exclusive Class Reference</h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Exclusive" -->
<p>An exclusive locking protocol interface base.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="a00176_source.html">access.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for Exclusive:</div>
<div class="dyncontent">
<div class="center"><img src="a00312.png" border="0" usemap="#_exclusive_inherit__map" alt="Inheritance graph"/></div>
<map name="_exclusive_inherit__map" id="_exclusive_inherit__map">
<area shape="rect" id="node3" href="a00084.html" title="Generic non&#45;recursive exclusive lock class." alt="" coords="5,80,77,107"/><area shape="rect" id="node5" href="a00114.html" title="Portable recursive exclusive lock." alt="" coords="101,80,192,107"/><area shape="rect" id="node7" href="a00115.html" title="A generic and portable implimentation of Read/Write locking." alt="" coords="216,80,299,107"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="accddc12c1829bda27c53704460f65dbc"></a><!-- doxytag: member="Exclusive::Exlock" ref="accddc12c1829bda27c53704460f65dbc" args="(void)=0" -->
virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#accddc12c1829bda27c53704460f65dbc">Exlock</a> (void)=0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Protocol interface to exclusive lock the object. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afa46219b54166efa690929578d8ec310"></a><!-- doxytag: member="Exclusive::Lock" ref="afa46219b54166efa690929578d8ec310" args="(void)" -->
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#afa46219b54166efa690929578d8ec310">Lock</a> (void)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">A convenience member function for accessing the exclusive lock. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7fedd71fdd18b502b560a2d85eb55134"></a><!-- doxytag: member="Exclusive::Unlock" ref="a7fedd71fdd18b502b560a2d85eb55134" args="(void)=0" -->
virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00046.html#a7fedd71fdd18b502b560a2d85eb55134">Unlock</a> (void)=0</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Protocol interface to release a lock. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>An exclusive locking protocol interface base. </p>
<p>This is an abstract class to form objects that will operate under an exclusive lock while being actively referenced by a smart pointer. </p>
<dl class="author"><dt><b>Author:</b></dt><dd>David Sugar &lt;<a href="mailto:dyfet@gnutelephony.org">dyfet@gnutelephony.org</a>&gt; </dd></dl>

<p>Definition at line <a class="el" href="a00176_source.html#l00050">50</a> of file <a class="el" href="a00176_source.html">access.h</a>.</p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>ucommon/<a class="el" href="a00176_source.html">access.h</a></li>
</ul>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a00046.html">Exclusive</a>      </li>
      <li class="footer">Generated on Wed Apr 13 2011 22:39:47 for ucommon by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li>
    </ul>
  </div>

</body>
</html>