From 88dd74fc84b574f17673338c6d42123570f464da Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 12 May 2005 23:06:51 +0000 Subject: Added docs for new smaller memory footprint classes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1371 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classWhoWasUser.html | 212 +++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 docs/module-doc/classWhoWasUser.html (limited to 'docs/module-doc/classWhoWasUser.html') diff --git a/docs/module-doc/classWhoWasUser.html b/docs/module-doc/classWhoWasUser.html new file mode 100644 index 000000000..d386998ef --- /dev/null +++ b/docs/module-doc/classWhoWasUser.html @@ -0,0 +1,212 @@ + + +InspIRCd: WhoWasUser class Reference + + + +
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members
+

WhoWasUser Class Reference

A lightweight userrec used by WHOWAS. +More... +

+#include <users.h> +

+List of all members. + + + + + + + + + + + + + + + + +

Public Attributes

char nick [NICKMAX]
char ident [16]
char dhost [160]
char host [160]
char fullname [128]
char server [256]
time_t signon
+


Detailed Description

+A lightweight userrec used by WHOWAS. +

+ +

+Definition at line 315 of file users.h.


Member Data Documentation

+

+ + + + +
+ + +
char WhoWasUser::dhost[160] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 320 of file users.h.

+

+ + + + +
+ + +
char WhoWasUser::fullname[128] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 322 of file users.h.

+

+ + + + +
+ + +
char WhoWasUser::host[160] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 321 of file users.h.

+

+ + + + +
+ + +
char WhoWasUser::ident[16] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 319 of file users.h.

+

+ + + + +
+ + +
char WhoWasUser::nick[NICKMAX] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 318 of file users.h.

+

+ + + + +
+ + +
char WhoWasUser::server[256] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 323 of file users.h.

+

+ + + + +
+ + +
time_t WhoWasUser::signon +
+
+ + + + + +
+   + + +

+ +

+Definition at line 324 of file users.h.

+


The documentation for this class was generated from the following file: +
Generated on Thu May 12 22:59:06 2005 for InspIRCd by + +doxygen +1.3.3
+ + -- cgit v1.2.3