Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 626e7b9df2c26f4a1ac4abc5819592a1 > files > 102

atlascpp-devel-0.6.2-1.fc15.i686.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>Atlas-C++: Atlas::Codec Class Reference</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.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Atlas-C++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;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&#160;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="namespace_atlas.html">Atlas</a>      </li>
      <li class="navelem"><a class="el" href="class_atlas_1_1_codec.html">Codec</a>      </li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a>  </div>
  <div class="headertitle">
<div class="title">Atlas::Codec Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="Atlas::Codec" --><!-- doxytag: inherits="Atlas::Bridge" -->
<p><a class="el" href="namespace_atlas.html" title="The Atlas namespace.">Atlas</a> stream codec.  
 <a href="class_atlas_1_1_codec.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="_codec_8h_source.html">Codec.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for Atlas::Codec:</div>
<div class="dyncontent">
 <div class="center">
  <img src="class_atlas_1_1_codec.png" usemap="#Atlas::Codec_map" alt=""/>
  <map id="Atlas::Codec_map" name="Atlas::Codec_map">
<area href="class_atlas_1_1_bridge.html" title="Atlas stream bridge." alt="Atlas::Bridge" shape="rect" coords="147,0,284,24"/>
<area href="class_atlas_1_1_codecs_1_1_bach.html" alt="Atlas::Codecs::Bach" shape="rect" coords="0,112,137,136"/>
<area href="class_atlas_1_1_codecs_1_1_packed.html" alt="Atlas::Codecs::Packed" shape="rect" coords="147,112,284,136"/>
<area href="class_atlas_1_1_codecs_1_1_x_m_l.html" alt="Atlas::Codecs::XML" shape="rect" coords="294,112,431,136"/>
</map>
 </div></div>

<p><a href="class_atlas_1_1_codec-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ace19ce307b8716f7450640f535ee8cf2"></a><!-- doxytag: member="Atlas::Codec::poll" ref="ace19ce307b8716f7450640f535ee8cf2" args="(bool can_get=true)=0" -->
virtual void&#160;</td><td class="memItemRight" valign="bottom"><b>poll</b> (bool can_get=true)=0</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p><a class="el" href="namespace_atlas.html" title="The Atlas namespace.">Atlas</a> stream codec. </p>
<p>This class presents an interface for sending and receiving <a class="el" href="namespace_atlas.html" title="The Atlas namespace.">Atlas</a> messages. Each outgoing message is converted to a byte stream and piped through an optional chain of filters for compression or other transformations, then passed to a socket for transmission. Incoming messages are read from the socket, piped through the filters in the opposite direction and passed to a user specified <a class="el" href="class_atlas_1_1_bridge.html" title="Atlas stream bridge.">Bridge</a> callback class.</p>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="class_atlas_1_1_bridge.html" title="Atlas stream bridge.">Bridge</a> </dd>
<dd>
<a class="el" href="class_atlas_1_1_negotiate.html" title="Negotiation of codecs and filters for an Atlas connection.">Negotiate</a> </dd></dl>
</div><hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="_codec_8h_source.html">Codec.h</a></li>
<li><a class="el" href="_codec__impl_8h_source.html">Codec_impl.h</a></li>
</ul>
</div>
<HR>
<P>Copyright 2000-2004 the respective authors.</P>
<P>This document can be licensed under the terms of the GNU Free Documentation
License or the GNU General Public License and may be freely distributed under
the terms given by one of these licenses.</P>