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
|
<!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>mystring.h File Reference</h1>Declares String class, MySQL++'s generic std::string-like class, used for holding data received from the database server. <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="datetime_8h-source.html">datetime.h</a>"</code><br>
<code>#include "<a class="el" href="exceptions_8h-source.html">exceptions.h</a>"</code><br>
<code>#include "<a class="el" href="null_8h-source.html">null.h</a>"</code><br>
<code>#include "<a class="el" href="sql__buffer_8h-source.html">sql_buffer.h</a>"</code><br>
<code>#include <string></code><br>
<code>#include <sstream></code><br>
<code>#include <limits></code><br>
<code>#include <stdlib.h></code><br>
<code>#include <string.h></code><br>
<p>
Include dependency graph for mystring.h:<p><center><img src="mystring_8h__incl.png" border="0" usemap="#mystring.h_map" alt=""></center>
<map name="mystring.h_map">
<area href="common_8h.html" shape="rect" coords="745,93,836,117" alt="">
<area href="datetime_8h.html" shape="rect" coords="300,169,393,193" alt="">
<area href="exceptions_8h.html" shape="rect" coords="452,368,556,392" alt="">
<area href="null_8h.html" shape="rect" coords="317,280,376,304" alt="">
<area href="sql__buffer_8h.html" shape="rect" coords="148,541,244,565" alt="">
<area href="comparable_8h.html" shape="rect" coords="448,43,560,67" alt="">
<area href="options_8h.html" shape="rect" coords="611,168,693,192" alt="">
<area href="refcounted_8h.html" shape="rect" coords="295,661,399,685" alt="">
<area href="type__info_8h.html" shape="rect" coords="300,467,393,491" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="mystring_8h__dep__incl.png" border="0" usemap="#mystring.hdep_map" alt=""></center>
<map name="mystring.hdep_map">
<area href="row_8h.html" shape="rect" coords="519,31,575,55" alt="">
<area href="myset_8h.html" shape="rect" coords="147,55,221,79" alt="">
<area href="result_8h.html" shape="rect" coords="624,5,696,29" alt="">
<area href="query_8h.html" shape="rect" coords="745,31,815,55" alt="">
<area href="mysql++_8h.html" shape="rect" coords="864,31,960,55" alt="">
<area href="manip_8h.html" shape="rect" coords="271,55,345,79" alt="">
<area href="vallist_8h.html" shape="rect" coords="396,55,468,79" alt="">
</map>
<p>
<a href="mystring_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_1String.html">mysqlpp::String</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A std::string work-alike that can convert itself from SQL text data formats to C++ data types. <a href="classmysqlpp_1_1String.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">std::ostream & </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacemysqlpp.html#599be78c1543dbee7d47dcc347fdc58d">mysqlpp::operator<<</a> (std::ostream &o, const String &in)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Stream insertion operator for <a class="el" href="classmysqlpp_1_1String.html">String</a> objects. <a href="#599be78c1543dbee7d47dcc347fdc58d"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Declares String class, MySQL++'s generic std::string-like class, used for holding data received from the database server.
<p>
<hr size="1"><address style="align: right;"><small>Generated on Fri Feb 29 16:26:08 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>
|