From 08e384bb24398224856c44baa51b51977644de9d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 9 Feb 2003 12:49:00 +0000 Subject: Documentation update, 09/02/03 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@167 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/classclassbase.html | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) (limited to 'docs/module-doc/classclassbase.html') diff --git a/docs/module-doc/classclassbase.html b/docs/module-doc/classclassbase.html index f3ef990c0..cc1c66218 100644 --- a/docs/module-doc/classclassbase.html +++ b/docs/module-doc/classclassbase.html @@ -6,7 +6,10 @@
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  
-

classbase Class Reference

#include <base.h> +

classbase Class Reference

The base class for all inspircd classes. +More... +

+#include <base.h>

Inheritance diagram for classbase:

@@ -22,19 +25,27 @@ Invited Module ModuleFactory -Server -ucrec -Version +packet +Server +ucrec +Version List of all members. + +

Public Methods

 classbase ()
 Constructor, Sets the object's time.

 ~classbase ()

Public Attributes

time_t age
 Time that the object was instantiated (used for TS calculation etc).

-

Constructor & Destructor Documentation

+

Detailed Description

+The base class for all inspircd classes. +

+ +

+Definition at line 15 of file base.h.


Constructor & Destructor Documentation

@@ -60,11 +71,13 @@

+Constructor, Sets the object's time. +

-Definition at line 22 of file base.h. +Definition at line 25 of file base.h.

-

00022 { age = time(NULL); }
+
00025 { age = time(NULL); }
 
@@ -95,9 +108,9 @@ Definition at line 22 of fil

-Definition at line 23 of file base.h. +Definition at line 26 of file base.h.

-

00023 { }
+
00026 { }
 
@@ -121,6 +134,8 @@ Definition at line 23 of fil

+Time that the object was instantiated (used for TS calculation etc). +

Definition at line 20 of file base.h. @@ -128,7 +143,7 @@ Definition at line 20 of fil


The documentation for this class was generated from the following file: -
Generated on Mon Jan 27 00:23:12 2003 for InspIRCd by +
Generated on Sun Feb 9 12:48:17 2003 for InspIRCd by doxygen1.3-rc2
-- cgit v1.3.1-10-gc9f91