Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 68d373e54fb21da3730c08bede406633 > files > 537

libCommonC++1.9_3-devel-1.9.4-2mdk.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>ost::Engine class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">
<!-- Generated by Doxygen 1.2.10 -->
<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="classes.html">Alphabetical List</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>ost::Engine  Class Reference</h1><a class="el" href="classost_1_1_engine.html">Engine</a> stream serialization of persistent classes. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="persist_8h-source.html">persist.h</a>&gt;</code>
<p>
<a href="classost_1_1_engine-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Types</h2></td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#s2">EngineMode</a> { <a class="el" href="classost_1_1_engine.html#s2s0">modeRead</a>, 
<a class="el" href="classost_1_1_engine.html#s2s1">modeWrite</a>
 }</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>These are the modes the Persistence::Engine can work in.</em> <a href="#s2">More...</a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a0">Engine</a> (<a class="el" href="classstd_1_1iostream.html">std::iostream</a> &amp;stream, <a class="el" href="classost_1_1_engine.html#s2">EngineMode</a> mode)  throw ( PersistException )</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructs a Persistence::Engine with the specified stream in the given mode.</em> <a href="#a0">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a1">~Engine</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>This Flushes the buffers and closes the Persistence::Engine this must happen before the underlying stream is shut down.</em> <a href="#a1">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a2">Write</a> (const <a class="el" href="classost_1_1_base_object.html">BaseObject</a> *object)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a3">Write</a> (int8 i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a4">Write</a> (uint8 i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a5">Write</a> (int16 i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a6">Write</a> (uint16 i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a7">Write</a> (int32 i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a8">Write</a> (uint32 i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a9">Write</a> (int64 i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a10">Write</a> (uint64 i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a11">Write</a> (float i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a12">Write</a> (double i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a13">Write</a> (const std::string &amp;str)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a14">WriteBinary</a> (const uint8 *data, const uint32 size)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a15">Read</a> (<a class="el" href="classost_1_1_base_object.html">BaseObject</a> *&amp;object)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a16">Read</a> (int8 &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a17">Read</a> (uint8 &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a18">Read</a> (int16 &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a19">Read</a> (uint16 &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a20">Read</a> (int32 &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a21">Read</a> (uint32 &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a22">Read</a> (int64 &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a23">Read</a> (uint64 &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a24">Read</a> (float &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a25">Read</a> (double &amp;i)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a26">Read</a> (std::string &amp;str)  throw ( Exception )</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classost_1_1_engine.html#a27">ReadBinary</a> (uint8 *data, uint32 size)  throw ( Exception )</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classost_1_1_engine.html">Engine</a> stream serialization of persistent classes.
<p>
This class constructs on a standard C++ STL stream and then operates in the mode specified.
<p>
<dl compact><dt><b>
Author: </b><dd>
Daniel Silverstone </dl>
<p>
<hr><h2>Member Enumeration Documentation</h2>
<a name="s2" doxytag="ost::Engine::EngineMode"></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"> enum ost::Engine::EngineMode
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
These are the modes the Persistence::Engine can work in.
<p>
<dl compact><dt><b>
Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a name="s2s0" doxytag="modeRead"></a><em>modeRead</em>
</em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a name="s2s1" doxytag="modeWrite"></a><em>modeWrite</em>
</em>&nbsp;</td><td>
</td></tr>
</table>
</dl>
    </td>
  </tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="ost::Engine::Engine"></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"> ost::Engine::Engine </td>
          <td class="md">(&nbsp;</td>
          <td class="md"><a class="el" href="classstd_1_1iostream.html">std::iostream</a> &amp;</td>
          <td class="mdname">&nbsp; <em>stream</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md"><a class="el" href="classost_1_1_engine.html#s2">EngineMode</a></td>
          <td class="mdname">&nbsp; <em>mode</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2">  throw ( <a class="el" href="classost_1_1_persist_exception.html">PersistException</a> )</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Constructs a Persistence::Engine with the specified stream in the given mode.
<p>
The stream must be initialised properly prior to this call or problems will ensue.     </td>
  </tr>
</table>
<a name="a1" doxytag="ost::Engine::~Engine"></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"> virtual ost::Engine::~Engine </td>
          <td class="md">(&nbsp;</td>
          <td class="mdname1">&nbsp;          </td>
          <td class="md">)&nbsp;</td>
          <td class="md"><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
This Flushes the buffers and closes the Persistence::Engine this must happen before the underlying stream is shut down.
<p>
    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a26" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">std::string &amp;</td>
          <td class="mdname1">&nbsp; <em>str</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a25" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">double &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a24" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">float &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a23" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint64 &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a22" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">int64 &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a21" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint32 &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a20" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">int32 &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a19" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint16 &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a18" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">int16 &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a17" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint8 &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a16" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md">int8 &amp;</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a15" doxytag="ost::Engine::Read"></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"> void ost::Engine::Read </td>
          <td class="md">(&nbsp;</td>
          <td class="md"><a class="el" href="classost_1_1_base_object.html">BaseObject</a> *&amp;</td>
          <td class="mdname1">&nbsp; <em>object</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a27" doxytag="ost::Engine::ReadBinary"></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"> void ost::Engine::ReadBinary </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint8 *</td>
          <td class="mdname">&nbsp; <em>data</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md">uint32</td>
          <td class="mdname">&nbsp; <em>size</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a13" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">const std::string &amp;</td>
          <td class="mdname1">&nbsp; <em>str</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a12" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">double</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a11" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">float</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a10" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint64</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a9" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">int64</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a8" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint32</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a7" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">int32</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a6" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint16</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a5" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">int16</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a4" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">uint8</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a3" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">int8</td>
          <td class="mdname1">&nbsp; <em>i</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )<code> [inline]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a2" doxytag="ost::Engine::Write"></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"> void ost::Engine::Write </td>
          <td class="md">(&nbsp;</td>
          <td class="md">const <a class="el" href="classost_1_1_base_object.html">BaseObject</a> *</td>
          <td class="mdname1">&nbsp; <em>object</em>          </td>
          <td class="md">)&nbsp;</td>
          <td class="md">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<a name="a14" doxytag="ost::Engine::WriteBinary"></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"> void ost::Engine::WriteBinary </td>
          <td class="md">(&nbsp;</td>
          <td class="md">const uint8 *</td>
          <td class="mdname">&nbsp; <em>data</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md">const uint32</td>
          <td class="mdname">&nbsp; <em>size</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2">  throw ( <a class="el" href="classost_1_1_engine_1_1_exception.html">Exception</a> )</td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="persist_8h-source.html">persist.h</a></ul>
<hr><address><small>Generated at Fri Jan 4 18:51:48 2002 for CommonC++ 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.10 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2001</small></address>
</body>
</html>