85 lines
3.1 KiB
HTML
85 lines
3.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [C++ Toolkit ANNOUNCE] New C++ interface in connect library
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20New%20C%2B%2B%20interface%20in%20connect%20library&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="000068.html">
|
|
<LINK REL="Next" HREF="000070.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[C++ Toolkit ANNOUNCE] New C++ interface in connect library</H1>
|
|
<!--htdig_noindex-->
|
|
<B>Anton Lavrentiev</B>
|
|
<A HREF="mailto:cpp-announce%40ncbi.nlm.nih.gov?Subject=%5BC%2B%2B%20Toolkit%20ANNOUNCE%5D%20New%20C%2B%2B%20interface%20in%20connect%20library&In-Reply-To="
|
|
TITLE="[C++ Toolkit ANNOUNCE] New C++ interface in connect library">lavr at ncbi.nlm.nih.gov
|
|
</A><BR>
|
|
<I>Mon Aug 12 12:13:20 EDT 2002</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="000068.html">[C++ Toolkit ANNOUNCE] NCBI C++ Toolkit Release
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000070.html">[C++ Toolkit ANNOUNCE] FYI:: [mark@codesourcery.com: GCC 3.2 Released]
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#69">[ date ]</a>
|
|
<a href="thread.html#69">[ thread ]</a>
|
|
<a href="subject.html#69">[ subject ]</a>
|
|
<a href="author.html#69">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--/htdig_noindex-->
|
|
<!--beginarticle-->
|
|
<PRE>Dear all:
|
|
|
|
New C++ class CSocket has been introduced in xconnect library of
|
|
C++ Toolkit. It is mostly the wrapper class around underlying
|
|
C interface <connect/ncbi_socket.h>, but having additional
|
|
pros of using C++ language.
|
|
|
|
The classes are CSocket, CListeningSocket and CSocketAPI,
|
|
all defined in
|
|
|
|
<connect/ncbi_socket.hpp> (take a look!)
|
|
|
|
All member methods but CSocketAPI::Poll() are inlined
|
|
for faster and efficient access. CSocketAPI::Poll() is
|
|
implemented out-of-line in src/connect/ncbi_socket_cxx.cpp
|
|
|
|
The modules have been just added to CVS and should
|
|
be available with the next successful C++ build.
|
|
|
|
Should you have further question with regard to this addition,
|
|
please contact me or Denis Vakatov (vakatov).
|
|
|
|
Have fun,
|
|
|
|
|
|
Anton Lavrentiev
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<!--htdig_noindex-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="000068.html">[C++ Toolkit ANNOUNCE] NCBI C++ Toolkit Release
|
|
</A></li>
|
|
<LI>Next message: <A HREF="000070.html">[C++ Toolkit ANNOUNCE] FYI:: [mark@codesourcery.com: GCC 3.2 Released]
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#69">[ date ]</a>
|
|
<a href="thread.html#69">[ thread ]</a>
|
|
<a href="subject.html#69">[ subject ]</a>
|
|
<a href="author.html#69">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/cpp-announce">More information about the cpp-announce
|
|
mailing list</a><br>
|
|
<!--/htdig_noindex-->
|
|
</body></html>
|