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
|
<!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>myset.h File Reference</h1>Declares templates for generating custom containers used elsewhere in the library. <a href="#_details">More...</a>
<p>
<code>#include "<a class="el" href="common_8h-source.html">common.h</a>"</code><br>
<code>#include "<a class="el" href="mystring_8h-source.html">mystring.h</a>"</code><br>
<code>#include "<a class="el" href="stream2string_8h-source.html">stream2string.h</a>"</code><br>
<code>#include <iostream></code><br>
<code>#include <set></code><br>
<p>
Include dependency graph for myset.h:<p><center><img src="myset_8h__incl.png" border="0" usemap="#myset.h_map" alt=""></center>
<map name="myset.h_map">
<area href="common_8h.html" shape="rect" coords="453,20,544,44" alt="">
<area href="mystring_8h.html" shape="rect" coords="147,265,237,289" alt="">
<area href="stream2string_8h.html" shape="rect" coords="129,463,255,487" alt="">
<area href="datetime_8h.html" shape="rect" coords="304,315,397,339" alt="">
<area href="exceptions_8h.html" shape="rect" coords="447,463,551,487" alt="">
<area href="null_8h.html" shape="rect" coords="321,413,380,437" alt="">
<area href="sql__buffer_8h.html" shape="rect" coords="451,215,547,239" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="myset_8h__dep__incl.png" border="0" usemap="#myset.hdep_map" alt=""></center>
<map name="myset.hdep_map">
<area href="manip_8h.html" shape="rect" coords="129,31,204,55" alt="">
<area href="vallist_8h.html" shape="rect" coords="255,31,327,55" alt="">
<area href="row_8h.html" shape="rect" coords="377,31,433,55" alt="">
<area href="result_8h.html" shape="rect" coords="483,5,555,29" alt="">
<area href="query_8h.html" shape="rect" coords="604,31,673,55" alt="">
<area href="mysql++_8h.html" shape="rect" coords="723,31,819,55" alt="">
</map>
<p>
<a href="myset_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">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classmysqlpp_1_1Set.html">mysqlpp::Set< Container ></a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A special std::set derivative for holding MySQL data sets. <a href="classmysqlpp_1_1Set.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memTemplParams" nowrap colspan="2"><a class="anchor" name="51fae625de1b21eca7c97a6d648daa9b"></a><!-- doxytag: member="myset.h::operator<<" ref="51fae625de1b21eca7c97a6d648daa9b" args="(std::ostream &s, const Set< Container > &d)" -->
template<class Container> </td></tr>
<tr><td class="memTemplItemLeft" nowrap align="right" valign="top">std::ostream & </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacemysqlpp.html#51fae625de1b21eca7c97a6d648daa9b">mysqlpp::operator<<</a> (std::ostream &s, const Set< Container > &d)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Inserts a <a class="el" href="classmysqlpp_1_1Set.html">Set</a> object into a C++ stream. <br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Declares templates for generating custom containers used elsewhere in the library.
<p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Feb 29 16:26:07 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>
|