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 15 of file base.h.


Constructor & Destructor Documentation

classbase::classbase   [inline]
 

Constructor, Sets the object's time.

Definition at line 25 of file base.h.

00025 { age = time(NULL); }

classbase::~classbase   [inline]
 

Definition at line 26 of file base.h.

00026 { }


Member Data Documentation

time_t classbase::age
 

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

Definition at line 20 of file base.h.


The documentation for this class was generated from the following file:
Generated on Sun Apr 4 23:02:23 2004 for InspIRCd by doxygen1.3-rc3