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/classCLAM_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: CLAM::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="namespaceCLAM.html">CLAM</a></li><li class="navelem"><a class="el" href="classCLAM_1_1Storage.html">Storage</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <div class="title">CLAM::Storage Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>The abstract class for storages. <a href="classCLAM_1_1Storage.html#details">More...</a></p> <p><code>#include <<a class="el" href="Storage_8hxx_source.html">Storage.hxx</a>></code></p> <p><a href="classCLAM_1_1Storage-members.html">List of all members.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ab73f415d1d4399fbd022a2f40525adeb"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1Storage.html#ab73f415d1d4399fbd022a2f40525adeb">~Storage</a> ()</td></tr> <tr class="memitem:a3635ac06fce8025cccc23ea15fc85e4a"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1Storage.html#a3635ac06fce8025cccc23ea15fc85e4a">Store</a> (const <a class="el" href="classCLAM_1_1Storable.html">Storable</a> &object)=0</td></tr> <tr class="memdesc:a3635ac06fce8025cccc23ea15fc85e4a"><td class="mdescLeft"> </td><td class="mdescRight">Stores an storable object on the storage. <a href="#a3635ac06fce8025cccc23ea15fc85e4a"></a><br/></td></tr> <tr class="memitem:a47040ce330c31a8af99e8db8b00022eb"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1Storage.html#a47040ce330c31a8af99e8db8b00022eb">Load</a> (<a class="el" href="classCLAM_1_1Storable.html">Storable</a> &object)=0</td></tr> <tr class="memdesc:a47040ce330c31a8af99e8db8b00022eb"><td class="mdescLeft"> </td><td class="mdescRight">Loads an storable object from the storage. <a href="#a47040ce330c31a8af99e8db8b00022eb"></a><br/></td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><p>The abstract class for storages. </p> <p>An storage is a place where you can save and/or retrieve objects state. Subclasses of <a class="el" href="classCLAM_1_1Storage.html" title="The abstract class for storages.">Storage</a> will implement the way the storage and loading is done. </p> <p>Definition at line <a class="el" href="Storage_8hxx_source.html#l00053">53</a> of file <a class="el" href="Storage_8hxx_source.html">Storage.hxx</a>.</p> </div><hr/><h2>Constructor & Destructor Documentation</h2> <a class="anchor" id="ab73f415d1d4399fbd022a2f40525adeb"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual CLAM::Storage::~Storage </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="Storage_8hxx_source.html#l00057">57</a> of file <a class="el" href="Storage_8hxx_source.html">Storage.hxx</a>.</p> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a47040ce330c31a8af99e8db8b00022eb"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual bool CLAM::Storage::Load </td> <td>(</td> <td class="paramtype"><a class="el" href="classCLAM_1_1Storable.html">Storable</a> & </td> <td class="paramname"><em>object</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>Loads an storable object from the storage. </p> <p>Concrete storages must implement this function as they need. </p> <p>Once executed the function, no references to the actual storable or its subitems will be kept on the storage so the object itself can be deleted.</p> <dl class="params"><dt>Parameters:</dt><dd> <table class="params"> <tr><td class="paramname">A</td><td>pointer to the <a class="el" href="classCLAM_1_1Storage.html" title="The abstract class for storages.">Storage</a> object. No references will be keept on the storage. </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns:</dt><dd>false when the desired object is not present in the storage. </dd></dl> <p>Implemented in <a class="el" href="classCLAM_1_1XmlStorage.html#ab554944527210fffc6093aa7c16b09e1">CLAM::XmlStorage</a>.</p> <p>Referenced by <a class="el" href="DynamicType_8hxx_source.html#l00340">CLAM::DynamicType::LoadAttribute()</a>, <a class="el" href="ControlTrace_8cxx_source.html#l00076">CLAM::ControlTraceEvent::LoadFrom()</a>, <a class="el" href="ConnectionDefinitionAdapter_8cxx_source.html#l00050">CLAM::ConnectionDefinitionAdapter::LoadFrom()</a>, <a class="el" href="InformationTextAdapter_8cxx_source.html#l00052">CLAM::InformationTextAdapter::LoadFrom()</a>, <a class="el" href="ProcessingDefinitionAdapter_8cxx_source.html#l00071">CLAM::ProcessingDefinitionAdapter::LoadFrom()</a>, <a class="el" href="ControlTrace_8cxx_source.html#l00130">CLAM::ControlTraceData::LoadFrom()</a>, <a class="el" href="Flags_8cxx_source.html#l00085">CLAM::FlagsBase::LoadFrom()</a>, <a class="el" href="Segmentation_8hxx_source.html#l00094">CLAM::Segmentation::LoadFrom()</a>, <a class="el" href="ScopePool_8hxx_source.html#l00097">CLAM::ScopePool::LoadFrom()</a>, <a class="el" href="Network_8cxx_source.html#l00172">CLAM::Network::LoadFrom()</a>, <a class="el" href="Polymorphic_8hxx_source.html#l00131">CLAM::Polymorphic< FactoryType >::LoadFrom()</a>, <a class="el" href="DescriptionScheme_8cxx_source.html#l00081">CLAM::DescriptionScheme::LoadFrom()</a>, <a class="el" href="Pool_8hxx_source.html#l00149">CLAM::DescriptionDataPool::LoadFrom()</a>, <a class="el" href="Enum_8cxx_source.html#l00040">CLAM::Enum::LoadFrom()</a>, <a class="el" href="BPFTmplDef_8hxx_source.html#l00714">CLAM::BPFTmpl< TX, TY >::LoadFrom()</a>, <a class="el" href="DynamicType_8hxx_source.html#l00350">CLAM::DynamicType::LoadIterableAttribute()</a>, and <a class="el" href="DescriptionAttributes_8hxx_source.html#l00148">CLAM::Attribute< AttributeType >::XmlRestoreData()</a>.</p> </div> </div> <a class="anchor" id="a3635ac06fce8025cccc23ea15fc85e4a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void CLAM::Storage::Store </td> <td>(</td> <td class="paramtype">const <a class="el" href="classCLAM_1_1Storable.html">Storable</a> & </td> <td class="paramname"><em>object</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>Stores an storable object on the storage. </p> <p>Concrete storages must implement this function as they need. </p> <p>Once executed the function, no references to the actual storable or its subitems will be kept on the storage so the object itself can be deleted.</p> <dl class="params"><dt>Parameters:</dt><dd> <table class="params"> <tr><td class="paramname">A</td><td>pointer to the <a class="el" href="classCLAM_1_1Storage.html" title="The abstract class for storages.">Storage</a> object. No references will be keept on the storage. </td></tr> </table> </dd> </dl> <p>Implemented in <a class="el" href="classCLAM_1_1XmlStorage.html#a2861c3f944f0b4f2f84fc63705a623a8">CLAM::XmlStorage</a>.</p> <p>Referenced by <a class="el" href="DynamicType_8hxx_source.html#l00321">CLAM::DynamicType::StoreAttribute()</a>, <a class="el" href="DynamicType_8hxx_source.html#l00333">CLAM::DynamicType::StoreIterableAttribute()</a>, <a class="el" href="ControlTrace_8cxx_source.html#l00085">CLAM::ControlTraceEvent::StoreOn()</a>, <a class="el" href="ConnectionDefinitionAdapter_8cxx_source.html#l00039">CLAM::ConnectionDefinitionAdapter::StoreOn()</a>, <a class="el" href="DescriptionAttributes_8hxx_source.html#l00053">CLAM::AbstractAttribute::StoreOn()</a>, <a class="el" href="InformationTextAdapter_8cxx_source.html#l00039">CLAM::InformationTextAdapter::StoreOn()</a>, <a class="el" href="ProcessingDefinitionAdapter_8cxx_source.html#l00047">CLAM::ProcessingDefinitionAdapter::StoreOn()</a>, <a class="el" href="ControlTrace_8cxx_source.html#l00145">CLAM::ControlTraceData::StoreOn()</a>, <a class="el" href="Flags_8cxx_source.html#l00070">CLAM::FlagsBase::StoreOn()</a>, <a class="el" href="ScopePool_8hxx_source.html#l00084">CLAM::ScopePool::StoreOn()</a>, <a class="el" href="Segmentation_8hxx_source.html#l00085">CLAM::Segmentation::StoreOn()</a>, <a class="el" href="Network_8cxx_source.html#l00061">CLAM::Network::StoreOn()</a>, <a class="el" href="Polymorphic_8hxx_source.html#l00122">CLAM::Polymorphic< FactoryType >::StoreOn()</a>, <a class="el" href="DescriptionScheme_8cxx_source.html#l00068">CLAM::DescriptionScheme::StoreOn()</a>, <a class="el" href="Pool_8hxx_source.html#l00141">CLAM::DescriptionDataPool::StoreOn()</a>, <a class="el" href="Enum_8cxx_source.html#l00033">CLAM::Enum::StoreOn()</a>, <a class="el" href="BPFTmplDef_8hxx_source.html#l00706">CLAM::BPFTmpl< TX, TY >::StoreOn()</a>, <a class="el" href="DescriptionAttributes_8hxx_source.html#l00141">CLAM::Attribute< AttributeType >::XmlDumpData()</a>, and <a class="el" href="DescriptionAttributes_8hxx_source.html#l00159">CLAM::Attribute< AttributeType >::XmlDumpSchemaType()</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="Storage_8hxx_source.html">Storage.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