Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > d4089b27bfd3289c6baf8b0975a53f9e > files > 505

poco-doc-1.3.6p1-1.fc13.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>
<title>Class Poco::Net::SocketIOS</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="author" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="publisher" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="copyright" content="Copyright (c) 2009, Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="language" content="en"/>
<meta name="date" content="2009-11-24"/>
<meta name="generator" content="PocoDoc"/>
<link rel="stylesheet" href="css/styles.css" type="text/css"/>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
<div class="header">
<h1 class="namespace"><a href="Poco.Net.html" class="namespace">Poco::Net</a></h1>
<h1 class="symbol">class SocketIOS</h1>
</div>
<div class="body">
<p>
<b>Library:</b> Net<br />
<b>Package:</b> Sockets<br />
<b>Header:</b> Poco/Net/SocketStream.h</p>
<h2>Description</h2>
<div class="description">
<p>The base class for <a href="Poco.Net.SocketStream.html" title="class Poco::Net::SocketStream">SocketStream</a>, <a href="Poco.Net.SocketInputStream.html" title="class Poco::Net::SocketInputStream">SocketInputStream</a> and <a href="Poco.Net.SocketOutputStream.html" title="class Poco::Net::SocketOutputStream">SocketOutputStream</a>. </p>
<p>This class is needed to ensure the correct initialization order of the stream buffer and base classes. </p>
</div>
<h2>Inheritance</h2>
<p><b>Direct Base Classes: </b>std::ios</p>
<p><b>All Base Classes: </b>std::ios</p>
<p><b>Known Derived Classes: </b><a href="Poco.Net.SocketOutputStream.html" title="class Poco::Net::SocketOutputStream">SocketOutputStream</a>, <a href="Poco.Net.SocketInputStream.html" title="class Poco::Net::SocketInputStream">SocketInputStream</a>, <a href="Poco.Net.SocketStream.html" title="class Poco::Net::SocketStream">SocketStream</a></p>
<h2>Member Summary</h2>
<p><b>Member Functions: </b><a href="Poco.Net.SocketIOS.html#15471" title="Poco::Net::SocketIOS::close()">close</a>, <a href="Poco.Net.SocketIOS.html#15470" title="Poco::Net::SocketIOS::rdbuf()">rdbuf</a>, <a href="Poco.Net.SocketIOS.html#15472" title="Poco::Net::SocketIOS::socket()">socket</a></p>
<h2>Constructors</h2>
<h3><a name="15467">SocketIOS</a></h3>
<p class="decl"><a href="Poco.Net.SocketIOS.html" title="class Poco::Net::SocketIOS">SocketIOS</a>(<br />&nbsp;&nbsp;&nbsp;&nbsp;const <a href="Poco.Net.Socket.html" title="class Poco::Net::Socket">Socket</a> &amp; socket<br />);</p>
<div class="description">
<p>Creates the <a href="Poco.Net.SocketIOS.html" title="class Poco::Net::SocketIOS">SocketIOS</a> with the given socket. </p>
<p>The socket's <a href="Poco.Net.SocketImpl.html" title="class Poco::Net::SocketImpl">SocketImpl</a> must be a <a href="Poco.Net.StreamSocketImpl.html" title="class Poco::Net::StreamSocketImpl">StreamSocketImpl</a>, otherwise an <a href="Poco.InvalidArgumentException.html" title="class Poco::InvalidArgumentException">InvalidArgumentException</a> is thrown. </p>
</div>
<h2>Destructor</h2>
<h3><a name="15469">~SocketIOS</a></h3>
<p class="decl">~<a href="Poco.Net.SocketIOS.html" title="class Poco::Net::SocketIOS">SocketIOS</a>();</p>
<div class="description">
<p>Destroys the <a href="Poco.Net.SocketIOS.html" title="class Poco::Net::SocketIOS">SocketIOS</a>. </p>
<p>Flushes the buffer, but does not close the socket. </p>
</div>
<h2>Member Functions</h2>
<h3><a name="15471">close</a></h3>
<p class="decl">void close();</p>
<div class="description">
<p>Flushes the stream and closes the socket. </p>
</div>
<h3><a name="15470">rdbuf</a></h3>
<p class="decl"><a href="Poco.Net.SocketStreamBuf.html" title="class Poco::Net::SocketStreamBuf">SocketStreamBuf</a> * rdbuf();</p>
<div class="description">
<p>Returns a pointer to the internal <a href="Poco.Net.SocketStreamBuf.html" title="class Poco::Net::SocketStreamBuf">SocketStreamBuf</a>. </p>
</div>
<h3><a name="15472">socket</a></h3>
<p class="decl"><a href="Poco.Net.StreamSocket.html" title="class Poco::Net::StreamSocket">StreamSocket</a> socket() const;</p>
<div class="description">
<p>Returns the underlying socket. </p>
</div>
<h2>Variables</h2>
<h3><a name="15473">_buf</a> <img src="images/protected.gif" alt="protected" title="protected" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.Net.SocketStreamBuf.html" title="class Poco::Net::SocketStreamBuf">SocketStreamBuf</a> _buf;</p>
<div class="description">
<p></p>
</div>
<p class="footer">POCO C++ Libraries 1.3.6-all<br />
Copyright &copy; 2009, <a href="http://pocoproject.org/" target="_blank">Applied Informatics Software Engineering GmbH and Contributors</a></p>

</div>
</body>
</html>