Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 964aecd60fac62d5dc5479d22a0c53ef > files > 254

libmusicbrainz3-devel-3.0.3-2.fc14.x86_64.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>libmusicbrainz3: includes.h Source File</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.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>includes.h</h1>  </div>
</div>
<div class="contents">
<a href="includes_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * MusicBrainz -- The Internet music metadatabase</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2006 Lukas Lalinsky</span>
<a name="l00005"></a>00005 <span class="comment"> *  </span>
<a name="l00006"></a>00006 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00007"></a>00007 <span class="comment"> * modify it under the terms of the GNU Lesser General Public</span>
<a name="l00008"></a>00008 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00009"></a>00009 <span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span>
<a name="l00010"></a>00010 <span class="comment"> * </span>
<a name="l00011"></a>00011 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00012"></a>00012 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00013"></a>00013 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00014"></a>00014 <span class="comment"> * Lesser General Public License for more details.</span>
<a name="l00015"></a>00015 <span class="comment"> * </span>
<a name="l00016"></a>00016 <span class="comment"> * You should have received a copy of the GNU Lesser General Public</span>
<a name="l00017"></a>00017 <span class="comment"> * License along with this library; if not, write to the Free Software</span>
<a name="l00018"></a>00018 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA</span>
<a name="l00019"></a>00019 <span class="comment"> *</span>
<a name="l00020"></a>00020 <span class="comment"> * </span>
<a name="l00021"></a>00021 <span class="comment"> */</span>
<a name="l00022"></a>00022  
<a name="l00023"></a>00023 <span class="preprocessor">#ifndef __MUSICBRAINZ3_INCLUDES_H__</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#define __MUSICBRAINZ3_INCLUDES_H__</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;string&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="musicbrainz_8h.html">musicbrainz3/musicbrainz.h</a>&gt;</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="keyword">namespace </span>MusicBrainz
<a name="l00031"></a>00031 {
<a name="l00032"></a>00032 
<a name="l00036"></a><a class="code" href="class_music_brainz_1_1_i_includes.html">00036</a>         <span class="keyword">class </span><a class="code" href="defines_8h.html#a2170aeec4b32749d5a7e15bd8474e0ec">MB_API</a> <a class="code" href="class_music_brainz_1_1_i_includes.html" title="An interface implemented by include tag generators.">IIncludes</a>
<a name="l00037"></a>00037         {
<a name="l00038"></a>00038         <span class="keyword">public</span>:
<a name="l00039"></a><a class="code" href="class_music_brainz_1_1_i_includes.html#afecd9a28c3be5892ec4ce11bcb4fd66e">00039</a>                 <span class="keyword">typedef</span> std::vector&lt;std::string&gt; IncludeList;
<a name="l00040"></a>00040                 
<a name="l00041"></a><a class="code" href="class_music_brainz_1_1_i_includes.html#a2c46a1640ede5b823cfadd3ef6dcfbd4">00041</a>                 <span class="keyword">virtual</span> <a class="code" href="class_music_brainz_1_1_i_includes.html#a2c46a1640ede5b823cfadd3ef6dcfbd4">~IIncludes</a>() {};
<a name="l00042"></a>00042                 
<a name="l00049"></a>00049                 <span class="keyword">virtual</span> IncludeList createIncludeTags() <span class="keyword">const</span> = 0;
<a name="l00050"></a>00050         };
<a name="l00051"></a>00051         
<a name="l00062"></a><a class="code" href="class_music_brainz_1_1_artist_includes.html">00062</a>         <span class="keyword">class </span><a class="code" href="defines_8h.html#a2170aeec4b32749d5a7e15bd8474e0ec">MB_API</a> <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> : <span class="keyword">public</span> <a class="code" href="class_music_brainz_1_1_i_includes.html" title="An interface implemented by include tag generators.">IIncludes</a>
<a name="l00063"></a>00063         {
<a name="l00064"></a>00064         <span class="keyword">public</span>:
<a name="l00066"></a>00066                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;aliases();
<a name="l00068"></a>00068                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;releases(<span class="keyword">const</span> std::string &amp;type);
<a name="l00070"></a>00070                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;vaReleases(<span class="keyword">const</span> std::string &amp;type);
<a name="l00072"></a>00072                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;releaseEvents();        
<a name="l00074"></a>00074                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;artistRelations();      
<a name="l00076"></a>00076                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;labelRelations();       
<a name="l00078"></a>00078                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;releaseRelations();     
<a name="l00080"></a>00080                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;trackRelations();       
<a name="l00082"></a>00082                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;urlRelations();
<a name="l00084"></a>00084                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;ratings();
<a name="l00086"></a>00086                 <a class="code" href="class_music_brainz_1_1_artist_includes.html" title="A specification on how much data to return with a artist.">ArtistIncludes</a> &amp;tags();
<a name="l00087"></a>00087                 IncludeList createIncludeTags() <span class="keyword">const</span>;
<a name="l00088"></a>00088         <span class="keyword">private</span>:
<a name="l00089"></a>00089                 IncludeList includes;
<a name="l00090"></a>00090         };
<a name="l00091"></a>00091         
<a name="l00102"></a><a class="code" href="class_music_brainz_1_1_label_includes.html">00102</a>         <span class="keyword">class </span><a class="code" href="defines_8h.html#a2170aeec4b32749d5a7e15bd8474e0ec">MB_API</a> <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> : <span class="keyword">public</span> <a class="code" href="class_music_brainz_1_1_i_includes.html" title="An interface implemented by include tag generators.">IIncludes</a>
<a name="l00103"></a>00103         {
<a name="l00104"></a>00104         <span class="keyword">public</span>:
<a name="l00106"></a>00106                 <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> &amp;aliases();
<a name="l00108"></a>00108                 <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> &amp;artistRelations();       
<a name="l00110"></a>00110                 <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> &amp;labelRelations();        
<a name="l00112"></a>00112                 <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> &amp;releaseRelations();      
<a name="l00114"></a>00114                 <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> &amp;trackRelations();        
<a name="l00116"></a>00116                 <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> &amp;urlRelations();
<a name="l00118"></a>00118                 <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> &amp;ratings();
<a name="l00120"></a>00120                 <a class="code" href="class_music_brainz_1_1_label_includes.html" title="A specification on how much data to return with a label.">LabelIncludes</a> &amp;tags();
<a name="l00121"></a>00121                 <a class="code" href="class_music_brainz_1_1_i_includes.html#afecd9a28c3be5892ec4ce11bcb4fd66e">IncludeList</a> createIncludeTags() <span class="keyword">const</span>;
<a name="l00122"></a>00122         <span class="keyword">private</span>:
<a name="l00123"></a>00123                 <a class="code" href="class_music_brainz_1_1_i_includes.html#afecd9a28c3be5892ec4ce11bcb4fd66e">IncludeList</a> includes;
<a name="l00124"></a>00124         };
<a name="l00125"></a>00125         
<a name="l00136"></a><a class="code" href="class_music_brainz_1_1_release_includes.html">00136</a>         <span class="keyword">class </span><a class="code" href="defines_8h.html#a2170aeec4b32749d5a7e15bd8474e0ec">MB_API</a> <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> : <span class="keyword">public</span> <a class="code" href="class_music_brainz_1_1_i_includes.html" title="An interface implemented by include tag generators.">IIncludes</a>
<a name="l00137"></a>00137         {
<a name="l00138"></a>00138         <span class="keyword">public</span>:
<a name="l00140"></a>00140                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;artist();      
<a name="l00142"></a>00142                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;counts();      
<a name="l00144"></a>00144                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;releaseEvents();       
<a name="l00146"></a>00146                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;discs();       
<a name="l00148"></a>00148                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;tracks();      
<a name="l00150"></a>00150                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;artistRelations();     
<a name="l00152"></a>00152                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;labelRelations();      
<a name="l00154"></a>00154                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;releaseRelations();    
<a name="l00156"></a>00156                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;trackRelations();      
<a name="l00158"></a>00158                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;urlRelations();
<a name="l00160"></a>00160                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;isrcs();
<a name="l00162"></a>00162                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;ratings();
<a name="l00164"></a>00164                 <a class="code" href="class_music_brainz_1_1_release_includes.html" title="A specification on how much data to return with a release.">ReleaseIncludes</a> &amp;tags();
<a name="l00165"></a>00165                 IncludeList createIncludeTags() <span class="keyword">const</span>;
<a name="l00166"></a>00166         <span class="keyword">private</span>:
<a name="l00167"></a>00167                 IncludeList includes;
<a name="l00168"></a>00168         };
<a name="l00169"></a>00169         
<a name="l00180"></a><a class="code" href="class_music_brainz_1_1_release_group_includes.html">00180</a>         <span class="keyword">class </span><a class="code" href="defines_8h.html#a2170aeec4b32749d5a7e15bd8474e0ec">MB_API</a> <a class="code" href="class_music_brainz_1_1_release_group_includes.html" title="A specification on how much data to return with a release group.">ReleaseGroupIncludes</a> : <span class="keyword">public</span> <a class="code" href="class_music_brainz_1_1_i_includes.html" title="An interface implemented by include tag generators.">IIncludes</a>
<a name="l00181"></a>00181         {
<a name="l00182"></a>00182         <span class="keyword">public</span>:
<a name="l00184"></a>00184                 <a class="code" href="class_music_brainz_1_1_release_group_includes.html" title="A specification on how much data to return with a release group.">ReleaseGroupIncludes</a> &amp;artist();
<a name="l00186"></a>00186                 <a class="code" href="class_music_brainz_1_1_release_group_includes.html" title="A specification on how much data to return with a release group.">ReleaseGroupIncludes</a> &amp;releases();
<a name="l00187"></a>00187                 IncludeList createIncludeTags() <span class="keyword">const</span>;
<a name="l00188"></a>00188         <span class="keyword">private</span>:
<a name="l00189"></a>00189                 IncludeList includes;
<a name="l00190"></a>00190         };
<a name="l00191"></a>00191         
<a name="l00202"></a><a class="code" href="class_music_brainz_1_1_track_includes.html">00202</a>         <span class="keyword">class </span><a class="code" href="defines_8h.html#a2170aeec4b32749d5a7e15bd8474e0ec">MB_API</a> <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> : <span class="keyword">public</span> <a class="code" href="class_music_brainz_1_1_i_includes.html" title="An interface implemented by include tag generators.">IIncludes</a>
<a name="l00203"></a>00203         {
<a name="l00204"></a>00204         <span class="keyword">public</span>:
<a name="l00206"></a>00206                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;artist();        
<a name="l00208"></a>00208                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;releases();      
<a name="l00210"></a>00210                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;puids(); 
<a name="l00212"></a>00212                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;artistRelations();       
<a name="l00214"></a>00214                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;labelRelations();        
<a name="l00216"></a>00216                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;releaseRelations();      
<a name="l00218"></a>00218                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;trackRelations();        
<a name="l00220"></a>00220                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;urlRelations();
<a name="l00222"></a>00222                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;isrcs();
<a name="l00224"></a>00224                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;ratings();
<a name="l00226"></a>00226                 <a class="code" href="class_music_brainz_1_1_track_includes.html" title="A specification on how much data to return with a track.">TrackIncludes</a> &amp;tags();
<a name="l00227"></a>00227                 IncludeList createIncludeTags() <span class="keyword">const</span>;
<a name="l00228"></a>00228         <span class="keyword">private</span>:
<a name="l00229"></a>00229                 IncludeList includes;
<a name="l00230"></a>00230         };
<a name="l00231"></a>00231         
<a name="l00232"></a>00232 }
<a name="l00233"></a>00233 
<a name="l00234"></a>00234 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<hr class="footer"/><address class="footer"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>