Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 7fd7c575020aa78a8e2e309ea8909f43 > files > 715

gdal-1.6.2-6.fc13.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>OGR: CPLString Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2-20100208 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>CPLString Class Reference</h1><!-- doxytag: class="CPLString" -->
<p><a href="classCPLString-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classCPLString.html">CPLString</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCPLString.html#afb1d5a751dc8062055ab95d31b914f1b">FormatC</a> (double dfValue, const char *pszFormat=NULL)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classCPLString.html">CPLString</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCPLString.html#a6e13df1ae008043a7118382ec9883e0d">Trim</a> ()</td></tr>
</table>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="afb1d5a751dc8062055ab95d31b914f1b"></a><!-- doxytag: member="CPLString::FormatC" ref="afb1d5a751dc8062055ab95d31b914f1b" args="(double dfValue, const char *pszFormat=NULL)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCPLString.html">CPLString</a> &amp; CPLString::FormatC </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>dfValue</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>pszFormat</em> = <code>NULL</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Format double in C locale.</p>
<p>The passed value is formatted using the C locale (period as decimal seperator) and appended to the target <a class="el" href="classCPLString.html">CPLString</a>.</p>
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>dfValue</em>&nbsp;</td><td>the value to format. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>pszFormat</em>&nbsp;</td><td>the sprintf() style format to use or omit for default. Note that this format string should only include one substitution argument and it must be for a double (f or g).</td></tr>
  </table>
  </dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>a reference to the <a class="el" href="classCPLString.html">CPLString</a>. </dd></dl>

</div>
</div>
<a class="anchor" id="a6e13df1ae008043a7118382ec9883e0d"></a><!-- doxytag: member="CPLString::Trim" ref="a6e13df1ae008043a7118382ec9883e0d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classCPLString.html">CPLString</a> &amp; CPLString::Trim </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Trim white space.</p>
<p>Trims white space off the let and right of the string. White space is any of a space, a tab, a newline ('<br/>
') or a carriage control ('').</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>a reference to the <a class="el" href="classCPLString.html">CPLString</a>. </dd></dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="cpl__string_8h_source.html">cpl_string.h</a></li>
<li>cplstring.cpp</li>
</ul>
</div>
<hr>

Generated for GDAL by 
<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.6.2-20100208.
</body>
</html>