Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

classbase Class Reference

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

#include <base.h>

Inheritance diagram for classbase:

Inheritance graph
[legend]
Collaboration diagram for classbase:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

 ~classbase ()

Public Attributes

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


Detailed Description

The base class for all inspircd classes.

Definition at line 17 of file base.h.


Constructor & Destructor Documentation

classbase::classbase   [inline]
 

Constructor, Sets the object's time.

Definition at line 27 of file base.h.

00027 { age = time(NULL); }

classbase::~classbase   [inline]
 

Definition at line 28 of file base.h.

00028 { }


Member Data Documentation

time_t classbase::age
 

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

Definition at line 22 of file base.h.


The documentation for this class was generated from the following file:
Generated on Sat May 1 20:58:01 2004 for InspIRCd by doxygen1.3-rc3