Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 2c9d30f3cf217a6cae41860ebc0d6704 > files > 206

libid3lib3.8_0-devel-3.8.0-0.pre2.1.1mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>utils.cpp File Reference</title>
<link href="id3lib.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.12 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>src/utils.cpp File Reference</h1><code>#include &lt;ctype.h&gt;</code><br>
<code>#include &lt;iostream.h&gt;</code><br>
<code>#include "utils.h"</code><br>

<p>
<a href="utils_8cpp-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="utils_8cpp.html#a0">NOCREATE</a>&nbsp;&nbsp;&nbsp;ios::nocreate</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="utils_8cpp.html#a1">ID3_IS_ASCII</a>(enc)</td></tr>
<tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="utils_8cpp.html#a2">ID3_IS_UNICODE</a>(enc)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a name="a1" doxytag="utils.cpp::ID3_IS_ASCII"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define ID3_IS_ASCII</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">enc&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<b>Value:</b><div class="fragment"><pre>((enc) == <a class="code" href="globals_8h.html#a214a47">ID3TE_ASCII</a>     || \
   (enc) == <a class="code" href="globals_8h.html#a214a42">ID3TE_ISO8859_1</a> || \
   (enc) == <a class="code" href="globals_8h.html#a214a45">ID3TE_UTF8</a>)</pre></div>    </td>
  </tr>
</table>
<a name="a2" doxytag="utils.cpp::ID3_IS_UNICODE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define ID3_IS_UNICODE</td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">enc&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
<b>Value:</b><div class="fragment"><pre>((enc) == <a class="code" href="globals_8h.html#a214a48">ID3TE_UNICODE</a>   || \
   (enc) == <a class="code" href="globals_8h.html#a214a43">ID3TE_UTF16</a>     || \
   (enc) == <a class="code" href="globals_8h.html#a214a44">ID3TE_UTF16BE</a>)</pre></div>    </td>
  </tr>
</table>
<a name="a0" doxytag="utils.cpp::NOCREATE"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define NOCREATE&nbsp;&nbsp;&nbsp;ios::nocreate
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="utils_8cpp-source.html#l00043">43</a> of file <a class="el" href="utils_8cpp-source.html">utils.cpp</a>.    </td>
  </tr>
</table>
<hr><address><small>Generated on Thu Jan 3 07:35:56 2002 for id3lib by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.12 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>