From 7763f07327f3abce839a690df46ced3bfd1d3d09 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Sun, 7 Oct 2007 22:07:03 +0000 Subject: added doxygen generatet documentation --- doc/html/classTCPSocket.html | 153 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 doc/html/classTCPSocket.html (limited to 'doc/html/classTCPSocket.html') diff --git a/doc/html/classTCPSocket.html b/doc/html/classTCPSocket.html new file mode 100644 index 0000000..b757215 --- /dev/null +++ b/doc/html/classTCPSocket.html @@ -0,0 +1,153 @@ + + +anytun: TCPSocket Class Reference + + + + +
+
+
+
+

TCPSocket Class Reference

#include <PracticalSocket.h> +

+

Inheritance diagram for TCPSocket: +

+ +CommunicatingSocket +Socket + +List of all members. + + + + + + + + + + + + +

Public Member Functions

 TCPSocket () throw (SocketException)
 TCPSocket (const string &foreignAddress, unsigned short foreignPort) throw (SocketException)

Private Member Functions

 TCPSocket (int newConnSD)

Friends

class TCPServerSocket
+

Detailed Description

+TCP socket for communication with other TCP sockets +

+


Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
TCPSocket::TCPSocket (  )  throw (SocketException)
+
+
+ +

+Construct a TCP socket with no connection

Exceptions:
+ + +
SocketException thrown if unable to create TCP socket
+
+ +
+

+ +

+
+ + + + + + + + + + + + + + + + + + +
TCPSocket::TCPSocket (const string &  foreignAddress,
unsigned short  foreignPort 
) throw (SocketException)
+
+
+ +

+Construct a TCP socket with a connection to the given foreign address and port

Parameters:
+ + + +
foreignAddress foreign address (IP address or name)
foreignPort foreign port
+
+
Exceptions:
+ + +
SocketException thrown if unable to create TCP socket
+
+ +
+

+ +

+
+ + + + + + + + + +
TCPSocket::TCPSocket (int  newConnSD  )  [private]
+
+
+ +

+ +

+

+


Friends And Related Function Documentation

+ +
+
+ + + + +
friend class TCPServerSocket [friend]
+
+
+ +

+ +

+

+


The documentation for this class was generated from the following files: +
Generated on Sun Oct 7 23:43:50 2007 for anytun by  + +doxygen 1.5.1
+ + -- cgit v1.2.3