From cd9f9a8add02597a2998ba74b803ed3fbf81314c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 01:44:46 +0000 Subject: Added new documentation git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/socket_8h.html | 140 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 docs/module-doc/socket_8h.html (limited to 'docs/module-doc/socket_8h.html') diff --git a/docs/module-doc/socket_8h.html b/docs/module-doc/socket_8h.html new file mode 100644 index 000000000..b26832053 --- /dev/null +++ b/docs/module-doc/socket_8h.html @@ -0,0 +1,140 @@ + + +InspIRCd: socket.h File Reference + + + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members
+ +

socket.h File Reference

#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <poll.h>
+#include <sstream>
+#include <string>
+ +

+Include dependency graph for socket.h:

+ +

+This graph shows which files directly or indirectly include this file:

+ + + + + + + +

+Go to the source code of this file. + + + + + + + + + +

Classes

class  InspSocket

Enumerations

enum  InspSocketState {
+  I_DISCONNECTED, +I_CONNECTING, +I_CONNECTED, +I_LISTENING, +
+  I_ERROR +
+ }
enum  InspSocketError { I_ERR_TIMEOUT, +I_ERR_SOCKET, +I_ERR_CONNECT, +I_ERR_BIND + }
+


Enumeration Type Documentation

+

+ + + + +
+ + + + +
enum InspSocketError
+
+ + + + + +
+   + + +

+

Enumerator:
+ + + + + +
I_ERR_TIMEOUT  +
I_ERR_SOCKET  +
I_ERR_CONNECT  +
I_ERR_BIND  +
+
+ +

+Definition at line 28 of file socket.h.

+

+

+

+ + + + +
+ + + + +
enum InspSocketState
+
+ + + + + +
+   + + +

+

Enumerator:
+ + + + + + +
I_DISCONNECTED  +
I_CONNECTING  +
I_CONNECTED  +
I_LISTENING  +
I_ERROR  +
+
+ +

+Definition at line 27 of file socket.h.

+

+

+


Generated on Sun Nov 27 01:43:24 2005 for InspIRCd by  + +doxygen 1.4.4-20050815
+ + -- cgit v1.3.1-10-gc9f91