File: a00774.html

package info (click to toggle)
libloki 0.1.5-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,888 kB
  • ctags: 5,535
  • sloc: cpp: 22,174; ansic: 1,955; makefile: 359; php: 316; perl: 108
file content (79 lines) | stat: -rwxr-xr-x 3,708 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Loki: Exception-safe code</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<h1>Exception-safe code</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef const ScopeGuardImplBase &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00774.html#g604eab98707ec8dd7033e34bb04c3257">Loki::ScopeGuard</a></td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2">template&lt;class T&gt; </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">RefToValue&lt; T &gt;&nbsp;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="a00774.html#g613ad438c1e0daeec26304c83f340b76">Loki::ByRef</a> (T &amp;t)</td></tr>

</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="g604eab98707ec8dd7033e34bb04c3257"></a><!-- doxytag: member="Loki::ScopeGuard" ref="g604eab98707ec8dd7033e34bb04c3257" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef const ScopeGuardImplBase &amp; <a class="el" href="a00774.html#g604eab98707ec8dd7033e34bb04c3257">Loki::ScopeGuard</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
See Andrei's and Petru Marginean's CUJ article <a href="http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm">http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/alexandr.htm</a><p>
Changes to the original code by Joshua Lehrer: <a href="http://www.lehrerfamily.com/scopeguard.html">http://www.lehrerfamily.com/scopeguard.html</a> 
</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="g613ad438c1e0daeec26304c83f340b76"></a><!-- doxytag: member="Loki::ByRef" ref="g613ad438c1e0daeec26304c83f340b76" args="(T &amp;t)" -->
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;class T&gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">RefToValue&lt;T&gt; Loki::ByRef           </td>
          <td>(</td>
          <td class="paramtype">T &amp;&nbsp;</td>
          <td class="paramname"> <em>t</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<a class="el" href="a00703.html">RefToValue</a> creator. 
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Mon Jun 19 15:14:43 2006 for Loki by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>