Sophie

Sophie

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

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>tag_file.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/tag_file.cpp File Reference</h1><code>#include &lt;string.h&gt;</code><br>
<code>#include &lt;fstream.h&gt;</code><br>
<code>#include &lt;stdlib.h&gt;</code><br>
<code>#include "utils.h"</code><br>
<code>#include "<a class="el" href="writers_8h-source.html">writers.h</a>"</code><br>
<code>#include "io_strings.h"</code><br>
<code>#include "<a class="el" href="tag__impl_8h-source.html">tag_impl.h</a>"</code><br>
<code>#include &lt;stdio.h&gt;</code><br>

<p>
<a href="tag__file_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>Functions</h2></td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="tag__file_8cpp.html#a0">RenderV1ToFile</a> (<a class="el" href="class_i_d3___tag_impl.html">ID3_TagImpl</a> &amp;tag, fstream &amp;file)</td></tr>
<tr><td nowrap align=right valign=top>size_t&nbsp;</td><td valign=bottom><a class="el" href="tag__file_8cpp.html#a1">RenderV2ToFile</a> (const <a class="el" href="class_i_d3___tag_impl.html">ID3_TagImpl</a> &amp;tag, fstream &amp;file)</td></tr>
</table>
<hr><h2>Function Documentation</h2>
<a name="a0" doxytag="tag_file.cpp::RenderV1ToFile"></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"> size_t RenderV1ToFile </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="class_i_d3___tag_impl.html">ID3_TagImpl</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>fstream &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>file</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </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="tag__file_8cpp-source.html#l00153">153</a> of file <a class="el" href="tag__file_8cpp-source.html">tag_file.cpp</a>.
<p>
References <a class="el" href="tag__impl_8h-source.html#l00111">ID3_TagImpl::GetFileSize</a>(), <a class="el" href="namespace_3global_scope_4.html#a220a173">ID3_V1_LEN</a>, and <a class="el" href="namespace_3global_scope_4.html#a220a174">ID3_V1_LEN_ID</a>.
<p>
Referenced by <a class="el" href="tag__file_8cpp-source.html#l00319">ID3_TagImpl::Update</a>().    </td>
  </tr>
</table>
<a name="a1" doxytag="tag_file.cpp::RenderV2ToFile"></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"> size_t RenderV2ToFile </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="class_i_d3___tag_impl.html">ID3_TagImpl</a> &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>tag</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap>fstream &amp;&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>file</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </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="tag__file_8cpp-source.html#l00199">199</a> of file <a class="el" href="tag__file_8cpp-source.html">tag_file.cpp</a>.
<p>
References <a class="el" href="tag__impl_8h-source.html#l00112">ID3_TagImpl::GetFileName</a>(), <a class="el" href="tag__impl_8h-source.html#l00109">ID3_TagImpl::GetPrependedBytes</a>(), <a class="el" href="tag__impl_8cpp-source.html#l00306">ID3_GetDataSize</a>(), <a class="el" href="globals_8h-source.html#l00404">NULL</a>, and <a class="el" href="globals_8h-source.html#l00087">uchar</a>.
<p>
Referenced by <a class="el" href="tag__file_8cpp-source.html#l00319">ID3_TagImpl::Update</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>