/usr/share/doc/libucommon-dev/a00136.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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | <!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::shared_instance< T > Class Template 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="a00136.html">shared_instance</a>
</div>
</div>
<div class="contents">
<h1>ucc::shared_instance< T > Class Template Reference</h1><!-- doxytag: class="ucc::shared_instance" --><!-- doxytag: inherits="ucc::shared_release" -->
<p>A templated smart pointer instance for shared singleton typed objects.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00208_source.html">thread.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for ucc::shared_instance< T >:</div>
<div class="dynsection">
<div class="center"><img src="a00524.png" border="0" usemap="#ucc_1_1shared__instance_3_01_t_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="ucc_1_1shared__instance_3_01_t_01_4_inherit__map" id="ucc_1_1shared__instance_3_01_t_01_4_inherit__map">
<area shape="rect" id="node2" href="a00139.html" title="Auto-pointer support class for shared singleton objects." alt="" coords="28,5,177,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for ucc::shared_instance< T >:</div>
<div class="dynsection">
<div class="center"><img src="a00525.png" border="0" usemap="#ucc_1_1shared__instance_3_01_t_01_4_coll__map" alt="Collaboration graph"/></div>
<map name="ucc_1_1shared__instance_3_01_t_01_4_coll__map" id="ucc_1_1shared__instance_3_01_t_01_4_coll__map">
<area shape="rect" id="node2" href="a00139.html" title="Auto-pointer support class for shared singleton objects." alt="" coords="147,277,296,307"/><area shape="rect" id="node4" href="a00141.html" title="The shared pointer is used to manage a singleton instance of shared object." alt="" coords="151,181,292,211"/><area shape="rect" id="node6" href="a00041.html" title="The conditional rw seperates scheduling for optizming behavior or rw locks." alt="" coords="5,85,173,115"/><area shape="rect" id="node8" href="a00040.html" title="The conditional is a common base for other thread synchronizing classes." alt="" coords="28,5,151,35"/><area shape="rect" id="node10" href="a00140.html" title="Shared singleton object." alt="" coords="197,85,336,115"/></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="adad60a0b5e4416a1f41f074d71918c4a"></a><!-- doxytag: member="ucc::shared_instance::get" ref="adad60a0b5e4416a1f41f074d71918c4a" args="(void) const " -->
const T * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00136.html#adad60a0b5e4416a1f41f074d71918c4a">get</a> (void) const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Access pointer to typed singleton object this instance locks and references. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a96174bb82b926abf27796d841ac17205"></a><!-- doxytag: member="ucc::shared_instance::operator*" ref="a96174bb82b926abf27796d841ac17205" args="() const " -->
const T & </td><td class="memItemRight" valign="bottom"><a class="el" href="a00136.html#a96174bb82b926abf27796d841ac17205">operator*</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Access shared typed singleton object this instance locks and references. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acdc8b6e6f6255886020870aae8bf64ca"></a><!-- doxytag: member="ucc::shared_instance::operator->" ref="acdc8b6e6f6255886020870aae8bf64ca" args="() const " -->
const T * </td><td class="memItemRight" valign="bottom"><a class="el" href="a00136.html#acdc8b6e6f6255886020870aae8bf64ca">operator-></a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Access member of shared typed singleton object this instance locks and references. <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00136.html#a0a69629720862a090339ce513d20d6e7">shared_instance</a> (<a class="el" href="a00138.html">shared_pointer</a>< T > &<a class="el" href="a00015.html">pointer</a>)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct shared access instance of shared typed singleton from matching <a class="el" href="a00138.html" title="Templated shared pointer for singleton shared objects of specific type.">shared_pointer</a>. <a href="#a0a69629720862a090339ce513d20d6e7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af739c8b7c2f2ec8d4faf89a4b43fff14"></a><!-- doxytag: member="ucc::shared_instance::shared_instance" ref="af739c8b7c2f2ec8d4faf89a4b43fff14" args="()" -->
</td><td class="memItemRight" valign="bottom"><a class="el" href="a00136.html#af739c8b7c2f2ec8d4faf89a4b43fff14">shared_instance</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Construct empty instance to reference shared typed singleton. <br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template<class T><br/>
class ucc::shared_instance< T ></h3>
<p>A templated smart pointer instance for shared singleton typed objects. </p>
<p>This is used to access the shared lock instance of the singleton. </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="a00208_source.html#l02450">2450</a> of file <a class="el" href="a00208_source.html">thread.h</a>.</p>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a0a69629720862a090339ce513d20d6e7"></a><!-- doxytag: member="ucc::shared_instance::shared_instance" ref="a0a69629720862a090339ce513d20d6e7" args="(shared_pointer< T > &pointer)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname"><a class="el" href="a00136.html">ucc::shared_instance</a>< T >::<a class="el" href="a00136.html">shared_instance</a> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="a00138.html">shared_pointer</a>< T > & </td>
<td class="paramname"> <em>pointer</em></td>
<td> ) </td>
<td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Construct shared access instance of shared typed singleton from matching <a class="el" href="a00138.html" title="Templated shared pointer for singleton shared objects of specific type.">shared_pointer</a>. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>pointer</em> </td><td>to get instance from. </td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="a00208_source.html#l02463">2463</a> of file <a class="el" href="a00208_source.html">thread.h</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>ucommon/<a class="el" href="a00208_source.html">thread.h</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 6 08:22:45 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>
|