/usr/share/doc/libucommon-dev/a00052.html is in libucommon-doc 3.2.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <!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: ucc::Exclusive Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data 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 class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="a00214.html">ucc</a>::<a class="el" href="a00052.html">Exclusive</a>
</div>
</div>
<div class="contents">
<h1>ucc::Exclusive Class Reference</h1><!-- doxytag: class="ucc::Exclusive" -->
<p>An exclusive locking protocol interface base.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00185_source.html">access.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for ucc::Exclusive:</div>
<div class="dynsection">
<div class="center"><img src="a00391.png" border="0" usemap="#ucc_1_1_exclusive_inherit__map" alt="Inheritance graph"/></div>
<map name="ucc_1_1_exclusive_inherit__map" id="ucc_1_1_exclusive_inherit__map">
<area shape="rect" id="node3" href="a00086.html" title="Generic non-recursive exclusive lock class." alt="" coords="5,83,99,112"/><area shape="rect" id="node5" href="a00114.html" title="Portable recursive exclusive lock." alt="" coords="123,83,219,112"/><area shape="rect" id="node7" href="a00115.html" title="A generic and portable implimentation of Read/Write locking." alt="" coords="243,83,333,112"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acd65aabc32e62aa2b78be2e9785daa1d"></a><!-- doxytag: member="ucc::Exclusive::Exlock" ref="acd65aabc32e62aa2b78be2e9785daa1d" args="(void)=0" -->
virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00052.html#acd65aabc32e62aa2b78be2e9785daa1d">Exlock</a> (void)=0</td></tr>
<tr><td class="mdescLeft"> </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="a1b7dc1c6fd6ff4d8c65d867c6b7c55d2"></a><!-- doxytag: member="ucc::Exclusive::Lock" ref="a1b7dc1c6fd6ff4d8c65d867c6b7c55d2" args="(void)" -->
void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00052.html#a1b7dc1c6fd6ff4d8c65d867c6b7c55d2">Lock</a> (void)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A convience member function for accessing the exclusive lock. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad294adad1c61fe5d3136a73c561c5ae3"></a><!-- doxytag: member="ucc::Exclusive::Unlock" ref="ad294adad1c61fe5d3136a73c561c5ae3" args="(void)=0" -->
virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00052.html#ad294adad1c61fe5d3136a73c561c5ae3">Unlock</a> (void)=0</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Protocol interface to release a lock. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<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 activily referenced by a smart pointer. </p>
<dl class="author"><dt><b>Author:</b></dt><dd>David Sugar <<a href="mailto:dyfet@gnutelephony.org">dyfet@gnutelephony.org</a>> </dd></dl>
<p>Definition at line <a class="el" href="a00185_source.html#l00050">50</a> of file <a class="el" href="a00185_source.html">access.h</a>.</p>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>ucommon/<a class="el" href="a00185_source.html">access.h</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 6 08:22:29 2010 for UCommon by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|