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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MySQL++ Reference Manual</title>
<meta http-equiv="Content-type" content="text/html;charset=iso-8859-1">
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="refman.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div>
<h1>refcounted.h File Reference</h1>Declares the RefCountedPointer template. <a href="#_details">More...</a>
<p>
<code>#include <memory></code><br>
<p>
Include dependency graph for refcounted.h:<p><center><img src="refcounted_8h__incl.png" border="0" usemap="#refcounted.h_map" alt=""></center>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="refcounted_8h__dep__incl.png" border="0" usemap="#refcounted.hdep_map" alt=""></center>
<map name="refcounted.hdep_map">
<area href="sql__buffer_8h.html" shape="rect" coords="161,104,257,128" alt="">
<area href="row_8h.html" shape="rect" coords="468,153,524,177" alt="">
<area href="result_8h.html" shape="rect" coords="599,203,671,227" alt="">
<area href="stadapter_8h.html" shape="rect" coords="448,55,544,79" alt="">
<area href="mystring_8h.html" shape="rect" coords="308,104,399,128" alt="">
<area href="qparms_8h.html" shape="rect" coords="593,5,676,29" alt="">
<area href="query_8h.html" shape="rect" coords="727,104,796,128" alt="">
<area href="manip_8h.html" shape="rect" coords="597,104,672,128" alt="">
<area href="myset_8h.html" shape="rect" coords="459,104,533,128" alt="">
</map>
<p>
<a href="refcounted_8h-source.html">Go to the source code of this file.</a><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 </td><td class="memItemRight" valign="bottom"><b>mysqlpp</b></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structmysqlpp_1_1RefCountedPointerDestroyer.html">mysqlpp::RefCountedPointerDestroyer< T ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Functor to call delete on the pointer you pass to it. <a href="structmysqlpp_1_1RefCountedPointerDestroyer.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1RefCountedPointer.html">mysqlpp::RefCountedPointer< T, Destroyer ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Creates an object that acts as a reference-counted pointer to another object. <a href="classmysqlpp_1_1RefCountedPointer.html#_details">More...</a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Declares the RefCountedPointer template.
<p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Feb 29 16:26:12 2008 for MySQL++ by
<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>
|