~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to doc/html/utils_8hpp.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
<link href="tabs.css" rel="stylesheet" type="text/css">
6
6
</head><body>
7
 
<!-- Generated by Doxygen 1.4.6 -->
 
7
<!-- Generated by Doxygen 1.5.1 -->
8
8
<div class="tabs">
9
9
  <ul>
10
10
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12
12
    <li><a href="classes.html"><span>Classes</span></a></li>
13
13
    <li id="current"><a href="files.html"><span>Files</span></a></li>
14
14
    <li><a href="examples.html"><span>Examples</span></a></li>
 
15
    <li>
 
16
      <form action="search.php" method="get">
 
17
        <table cellspacing="0" cellpadding="0" border="0">
 
18
          <tr>
 
19
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
 
20
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
 
21
          </tr>
 
22
        </table>
 
23
      </form>
 
24
    </li>
15
25
  </ul></div>
16
26
<div class="tabs">
17
27
  <ul>
28
38
<p>
29
39
This graph shows which files directly or indirectly include this file:<p><center><img src="utils_8hpp__dep__incl.png" border="0" usemap="#utils.hppdep_map" alt=""></center>
30
40
<map name="utils.hppdep_map">
31
 
<area href="exiv2_8hpp.html" shape="rect" coords="140,6,217,30" alt="">
32
 
<area href="metacopy_8hpp.html" shape="rect" coords="125,54,232,78" alt="">
33
 
<area href="actions_8hpp.html" shape="rect" coords="280,6,371,30" alt="">
 
41
<area href="exiv2_8hpp.html" shape="rect" coords="151,6,239,30" alt="">
 
42
<area href="metacopy_8hpp.html" shape="rect" coords="136,54,253,78" alt="">
 
43
<area href="actions_8hpp.html" shape="rect" coords="301,6,403,30" alt="">
34
44
</map>
35
45
<table border="0" cellpadding="0" cellspacing="0">
36
46
<tr><td></td></tr>
56
66
bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceUtil.html#e3760f32ad9aaad800e68917578c7220">Util::strtol</a> (const char *nptr, long &amp;n)</td></tr>
57
67
 
58
68
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert a C string to a long value, which is returned in n. Returns true if the conversion is successful, else false. n is not modified if the conversion is unsuccessful. See strtol(2). <br></td></tr>
 
69
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ac2efa1797a1bd038485be421ca80ca3"></a><!-- doxytag: member="utils.hpp::replace" ref="ac2efa1797a1bd038485be421ca80ca3" args="(std::string &amp;text, const std::string &amp;searchText, const std::string &amp;replaceText)" -->
 
70
void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceUtil.html#ac2efa1797a1bd038485be421ca80ca3">Util::replace</a> (std::string &amp;text, const std::string &amp;searchText, const std::string &amp;replaceText)</td></tr>
 
71
 
 
72
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Replaces all occurences of <em>searchText</em> in the <em>text</em> string by <em>replaceText</em>. <br></td></tr>
59
73
</table>
60
74
<hr><a name="_details"></a><h2>Detailed Description</h2>
61
75
A collection of utility functions. 
62
76
<p>
63
 
<dl compact><dt><b>Version:</b></dt><dd><dl compact><dt><b>Rev</b></dt><dd>669 </dd></dl>
 
77
<dl class="version" compact><dt><b>Version:</b></dt><dd><dl class="rcs" compact><dt><b>Rev</b></dt><dd>983 </dd></dl>
64
78
</dd></dl>
65
 
<dl compact><dt><b>Author:</b></dt><dd>Andreas Huggel (ahu) <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> </dd></dl>
66
 
<dl compact><dt><b>Date:</b></dt><dd>12-Dec-03, ahu: created </dd></dl>
67
 
<hr size="1"><address style="align: right;"><small>Generated on Fri Jun 2 23:54:35 2006 for Exiv2 by&nbsp;
 
79
<dl class="author" compact><dt><b>Author:</b></dt><dd>Andreas Huggel (ahu) <a href="mailto:ahuggel@gmx.net">ahuggel@gmx.net</a> </dd></dl>
 
80
<dl class="date" compact><dt><b>Date:</b></dt><dd>12-Dec-03, ahu: created </dd></dl>
 
81
<hr size="1"><address style="align: right;"><small>Generated on Mon Nov 27 20:16:19 2006 for Exiv2 by&nbsp;
68
82
<a href="http://www.doxygen.org/index.html">
69
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
 
83
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
70
84
</body>
71
85
</html>