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>

Inherited by Admin, ConfigReader, ConnectClass, Extensible, ExtMode, FileReader, HostItem, Invited, ModeParameter, Module, ModuleFactory, packet, Server, ucrec, Version, and XLine.

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


Constructor & Destructor Documentation

classbase::classbase  )  [inline]
 

Constructor, Sets the object's time.

Definition at line 39 of file base.h.

References age.

00039 { age = time(NULL); }

classbase::~classbase  )  [inline]
 

Definition at line 40 of file base.h.

00040 { }


Member Data Documentation

time_t classbase::age
 

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

Definition at line 34 of file base.h.

Referenced by classbase().


The documentation for this class was generated from the following file:
Generated on Sat Apr 9 14:38:27 2005 for InspIRCd by doxygen 1.3.3