tobkit/libsigc++-2.2.3/docs/reference/html/limit__reference_8h.html
2009-12-29 11:14:14 +00:00

74 lines
11 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libsigc++ 2.0: limit_reference.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td width="10%" height="40"><img src="../../images/libsigc_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
<td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
<a class="qindex" href="../../index.html">Main Page</a> &nbsp;
<a class="qindex" href="modules.html">Groups</a> &nbsp;
<a class="qindex" href="namespaces.html"> Namespaces</a> &nbsp;
</center>
<hr width="100%"/>
<!-- Generated by Doxygen 1.5.1 -->
<h1>limit_reference.h File Reference</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacesigc.html">sigc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsigc_1_1limit__reference.html">sigc::limit_reference&lt;T_type, I_derives_trackable&gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A limit_reference&lt;Foo&gt; object stores a reference (Foo&amp;), but make sure that, if Foo inherits from <a class="el" href="structsigc_1_1trackable.html">sigc::trackable</a>, then <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each&lt;&gt;()</a> will "limit" itself to the <a class="el" href="structsigc_1_1trackable.html">sigc::trackable</a> reference instead of the derived reference. <a href="classsigc_1_1limit__reference.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsigc_1_1limit__reference_3_01T__type_00_01true_01_4.html">sigc::limit_reference&lt;T_type, true&gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classsigc_1_1limit__reference.html">limit_reference</a> object for a class that derives from trackable. <a href="classsigc_1_1limit__reference_3_01T__type_00_01true_01_4.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsigc_1_1const__limit__reference.html">sigc::const_limit_reference&lt;T_type, I_derives_trackable&gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A const_limit_reference&lt;Foo&gt; object stores a reference (Foo&amp;), but make sure that, if Foo inherits from <a class="el" href="structsigc_1_1trackable.html">sigc::trackable</a>, then <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each&lt;&gt;()</a> will "limit" itself to the <a class="el" href="structsigc_1_1trackable.html">sigc::trackable</a> reference instead of the derived reference. <a href="classsigc_1_1const__limit__reference.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4.html">sigc::const_limit_reference&lt;T_type, true&gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classsigc_1_1const__limit__reference.html">const_limit_reference</a> object for a class that derives from trackable. <a href="classsigc_1_1const__limit__reference_3_01T__type_00_01true_01_4.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsigc_1_1volatile__limit__reference.html">sigc::volatile_limit_reference&lt;T_type, I_derives_trackable&gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A volatile_limit_reference&lt;Foo&gt; object stores a reference (Foo&amp;), but make sure that, if Foo inherits from <a class="el" href="structsigc_1_1trackable.html">sigc::trackable</a>, then <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each&lt;&gt;()</a> will "limit" itself to the <a class="el" href="structsigc_1_1trackable.html">sigc::trackable</a> reference instead of the derived reference. <a href="classsigc_1_1volatile__limit__reference.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsigc_1_1volatile__limit__reference_3_01T__type_00_01true_01_4.html">sigc::volatile_limit_reference&lt;T_type, true&gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classsigc_1_1volatile__limit__reference.html">volatile_limit_reference</a> object for a class that derives from trackable. <a href="classsigc_1_1volatile__limit__reference_3_01T__type_00_01true_01_4.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsigc_1_1const__volatile__limit__reference.html">sigc::const_volatile_limit_reference&lt;T_type, I_derives_trackable&gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A const_volatile_limit_reference&lt;Foo&gt; object stores a reference (Foo&amp;), but make sure that, if Foo inherits from <a class="el" href="structsigc_1_1trackable.html">sigc::trackable</a>, then <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each&lt;&gt;()</a> will "limit" itself to the <a class="el" href="structsigc_1_1trackable.html">sigc::trackable</a> reference instead of the derived reference. <a href="classsigc_1_1const__volatile__limit__reference.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classsigc_1_1const__volatile__limit__reference_3_01T__type_00_01true_01_4.html">sigc::const_volatile_limit_reference&lt;T_type, true&gt;</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classsigc_1_1const__volatile__limit__reference.html">const_volatile_limit_reference</a> object for a class that derives from trackable. <a href="classsigc_1_1const__volatile__limit__reference_3_01T__type_00_01true_01_4.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T_action, class T_type, bool I_derives_trackable&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacesigc.html#45fbeeeed09915ba6eac52d8c0e6f601">sigc::visit_each</a> (const T_action&amp; _A_action, const limit_reference&lt;T_type, I_derives_trackable&gt;&amp; _A_target)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implementation of <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each()</a> specialized for the <a class="el" href="classsigc_1_1limit__reference.html">limit_reference</a> class, to call <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each()</a> on the entity returned by the limit_reference's visit() method. <a href="#45fbeeeed09915ba6eac52d8c0e6f601"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T_action, class T_type, bool I_derives_trackable&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacesigc.html#3d6923539508a182c7c0f2cd14f7da76">sigc::visit_each</a> (const T_action&amp; _A_action, const const_limit_reference&lt;T_type, I_derives_trackable&gt;&amp; _A_target)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implementation of <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each()</a> specialized for the <a class="el" href="classsigc_1_1const__limit__reference.html">const_limit_reference</a> class, to call <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each()</a> on the entity returned by the const_limit_reference's visit() method. <a href="#3d6923539508a182c7c0f2cd14f7da76"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T_action, class T_type, bool I_derives_trackable&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacesigc.html#6d8d4ebf03d12349254c840b6abeab1b">sigc::visit_each</a> (const T_action&amp; _A_action, const volatile_limit_reference&lt;T_type, I_derives_trackable&gt;&amp; _A_target)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implementation of <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each()</a> specialized for the <a class="el" href="classsigc_1_1volatile__limit__reference.html">volatile_limit_reference</a> class, to call <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each()</a> on the entity returned by the volatile_limit_reference's visit() method. <a href="#6d8d4ebf03d12349254c840b6abeab1b"></a><br></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T_action, class T_type, bool I_derives_trackable&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacesigc.html#0729e10eaf72affb56a48c20f7197009">sigc::visit_each</a> (const T_action&amp; _A_action, const const_volatile_limit_reference&lt;T_type, I_derives_trackable&gt;&amp; _A_target)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implementation of <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each()</a> specialized for the <a class="el" href="classsigc_1_1const__volatile__limit__reference.html">const_volatile_limit_reference</a> class, to call <a class="el" href="group__adaptors.html#gfb822cac23e9bf97c164793a36246d5c">visit_each()</a> on the entity returned by the const_volatile_limit_reference's visit() method. <a href="#0729e10eaf72affb56a48c20f7197009"></a><br></td></tr>
</table>
<hr><address><small>
Generated for libsigc++ 2.0 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 &copy;&nbsp;1997-2001</small></address>
</body>
</html>