Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/share/doc/libclam-doc/html/ |
Current File : //proc/self/root/usr/share/doc/libclam-doc/html/classSDIF_1_1Storage.html |
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>CLAM-Development: SDIF::Storage Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">CLAM-Development  <span id="projectnumber">1.4.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</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> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class List</span></a></li> <li><a href="classes.html"><span>Class Index</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceSDIF.html">SDIF</a></li><li class="navelem"><a class="el" href="classSDIF_1_1Storage.html">Storage</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> | <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <div class="title">SDIF::Storage Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><a class="el" href="classSDIF_1_1Storage.html" title="Storage is an abstract class, that is passed to File, used to handle every read frame.">Storage</a> is an abstract class, that is passed to <a class="el" href="classSDIF_1_1File.html">File</a>, used to handle every read frame. <a href="classSDIF_1_1Storage.html#details">More...</a></p> <p><code>#include <<a class="el" href="SDIFStorage_8hxx_source.html">SDIFStorage.hxx</a>></code></p> <p><a href="classSDIF_1_1Storage-members.html">List of all members.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:a1be1aba8f7c970596e45e1602642f436"><td class="memItemLeft" align="right" valign="top">typedef std::list< <a class="el" href="classSDIF_1_1Frame.html">Frame</a> * ><br class="typebreak"/> ::const_iterator </td><td class="memItemRight" valign="bottom"><a class="el" href="classSDIF_1_1Storage.html#a1be1aba8f7c970596e45e1602642f436">FrameIterator</a></td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:aba09d842b7f66f21137b14254a11f385"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classSDIF_1_1Storage.html#aba09d842b7f66f21137b14254a11f385">Add</a> (<a class="el" href="classSDIF_1_1Frame.html">Frame</a> *pFrame)=0</td></tr> <tr class="memdesc:aba09d842b7f66f21137b14254a11f385"><td class="mdescLeft"> </td><td class="mdescRight">virtual function that where derived classes get the frames read by the <a class="el" href="classSDIF_1_1File.html">File</a>. <a href="#aba09d842b7f66f21137b14254a11f385"></a><br/></td></tr> <tr class="memitem:a17a293b207225019195f594c3bd4c020"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classSDIF_1_1Storage.html#a1be1aba8f7c970596e45e1602642f436">FrameIterator</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classSDIF_1_1Storage.html#a17a293b207225019195f594c3bd4c020">Begin</a> (void) const =0</td></tr> <tr class="memitem:ac459ad358c690d90e0495537b66a86e7"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classSDIF_1_1Storage.html#a1be1aba8f7c970596e45e1602642f436">FrameIterator</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classSDIF_1_1Storage.html#ac459ad358c690d90e0495537b66a86e7">End</a> (void) const =0</td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p><a class="el" href="classSDIF_1_1Storage.html" title="Storage is an abstract class, that is passed to File, used to handle every read frame.">Storage</a> is an abstract class, that is passed to <a class="el" href="classSDIF_1_1File.html">File</a>, used to handle every read frame. </p> <pre class="fragment"> The most common construction is to use a Collection that is derived from Storage, and pass it to File::Read() but it is possible to implement other ways of handling read frames. </pre> <dl class="section see"><dt>See also:</dt><dd><a class="el" href="classSDIF_1_1Collection.html" title="A special Storage to store Frames in a linked list.">Collection</a> </dd></dl> <p>Definition at line <a class="el" href="SDIFStorage_8hxx_source.html#l00038">38</a> of file <a class="el" href="SDIFStorage_8hxx_source.html">SDIFStorage.hxx</a>.</p> </div><hr/><h2>Member Typedef Documentation</h2> <a class="anchor" id="a1be1aba8f7c970596e45e1602642f436"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">typedef std::list<<a class="el" href="classSDIF_1_1Frame.html">Frame</a>*>::const_iterator <a class="el" href="classSDIF_1_1Storage.html#a1be1aba8f7c970596e45e1602642f436">SDIF::Storage::FrameIterator</a></td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="SDIFStorage_8hxx_source.html#l00041">41</a> of file <a class="el" href="SDIFStorage_8hxx_source.html">SDIFStorage.hxx</a>.</p> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="aba09d842b7f66f21137b14254a11f385"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void SDIF::Storage::Add </td> <td>(</td> <td class="paramtype"><a class="el" href="classSDIF_1_1Frame.html">Frame</a> * </td> <td class="paramname"><em>pFrame</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>virtual function that where derived classes get the frames read by the <a class="el" href="classSDIF_1_1File.html">File</a>. </p> <p>Note that the derived class is responsible for handling the memory deallocation of the frames it gets passed. </p> <p>Implemented in <a class="el" href="classSDIF_1_1Collection.html#a5d36dd16d0c61cb480f436a933c60904">SDIF::Collection</a>.</p> <p>Referenced by <a class="el" href="SDIFFile_8cxx_source.html#l00093">SDIF::File::Read()</a>.</p> </div> </div> <a class="anchor" id="a17a293b207225019195f594c3bd4c020"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual <a class="el" href="classSDIF_1_1Storage.html#a1be1aba8f7c970596e45e1602642f436">FrameIterator</a> SDIF::Storage::Begin </td> <td>(</td> <td class="paramtype">void </td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Implemented in <a class="el" href="classSDIF_1_1Collection.html#a8b5063187083fb25829efc77fa5988d2">SDIF::Collection</a>.</p> <p>Referenced by <a class="el" href="SDIFFile_8cxx_source.html#l00102">SDIF::File::Write()</a>.</p> </div> </div> <a class="anchor" id="ac459ad358c690d90e0495537b66a86e7"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual <a class="el" href="classSDIF_1_1Storage.html#a1be1aba8f7c970596e45e1602642f436">FrameIterator</a> SDIF::Storage::End </td> <td>(</td> <td class="paramtype">void </td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Implemented in <a class="el" href="classSDIF_1_1Collection.html#ac04c2d8e173068f20dab6d70092e80f7">SDIF::Collection</a>.</p> <p>Referenced by <a class="el" href="SDIFFile_8cxx_source.html#l00102">SDIF::File::Write()</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="SDIFStorage_8hxx_source.html">SDIFStorage.hxx</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1 </small></address> </body> </html>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare