From 767b12b0ab6a0d4ed5f7335b26d1c0f842d99543 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Jan 2003 23:52:48 +0000 Subject: Modified documentation for base classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@150 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classconnection.html | 433 +++++++++++++++++++++++++++++++++++ 1 file changed, 433 insertions(+) create mode 100644 docs/module-doc/classconnection.html (limited to 'docs/module-doc/classconnection.html') diff --git a/docs/module-doc/classconnection.html b/docs/module-doc/classconnection.html new file mode 100644 index 000000000..6c9a06e2d --- /dev/null +++ b/docs/module-doc/classconnection.html @@ -0,0 +1,433 @@ + + +connection class Reference + + + +
+Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
+

connection Class Reference

#include <connection.h> +

+

Inheritance diagram for connection: +

+ +classbase +serverrec +userrec + +List of all members. + + + + + + + + + + + + + + + + + +

Public Attributes

int fd
char host [256]
long ip
char inbuf [MAXBUF]
long bytes_in
long bytes_out
long cmds_in
long cmds_out
bool haspassed
int port
int registered
time_t lastping
time_t signon
time_t idle_lastmsg
time_t nping
+

Member Data Documentation

+

+ + + + +
+ + +
long connection::bytes_in +
+
+ + + + + +
+   + + +

+ +

+Definition at line 25 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
long connection::bytes_out +
+
+ + + + + +
+   + + +

+ +

+Definition at line 26 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
long connection::cmds_in +
+
+ + + + + +
+   + + +

+ +

+Definition at line 27 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
long connection::cmds_out +
+
+ + + + + +
+   + + +

+ +

+Definition at line 28 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
int connection::fd +
+
+ + + + + +
+   + + +

+ +

+Definition at line 21 of file connection.h. +

+Referenced by serverrec::serverrec(), and userrec::userrec().

+

+ + + + +
+ + +
bool connection::haspassed +
+
+ + + + + +
+   + + +

+ +

+Definition at line 29 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
char connection::host[256] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 22 of file connection.h.

+

+ + + + +
+ + +
time_t connection::idle_lastmsg +
+
+ + + + + +
+   + + +

+ +

+Definition at line 34 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
char connection::inbuf[MAXBUF] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 24 of file connection.h.

+

+ + + + +
+ + +
long connection::ip +
+
+ + + + + +
+   + + +

+ +

+Definition at line 23 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
time_t connection::lastping +
+
+ + + + + +
+   + + +

+ +

+Reimplemented in serverrec. +

+Definition at line 32 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
time_t connection::nping +
+
+ + + + + +
+   + + +

+ +

+Definition at line 35 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
int connection::port +
+
+ + + + + +
+   + + +

+ +

+Definition at line 30 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
int connection::registered +
+
+ + + + + +
+   + + +

+ +

+Definition at line 31 of file connection.h. +

+Referenced by userrec::userrec().

+

+ + + + +
+ + +
time_t connection::signon +
+
+ + + + + +
+   + + +

+ +

+Definition at line 33 of file connection.h. +

+Referenced by userrec::userrec().

+


The documentation for this class was generated from the following file: +
Generated on Sun Jan 26 23:45:49 2003 for InspIRCd by + +doxygen1.3-rc2
+ + -- cgit v1.2.3