#include <base.h>
Inherited by Admin, ConfigReader, ConnectClass, Extensible, ExtMode, FileReader, HostItem, Invited, ModeParameter, Module, ModuleFactory, packet, Server, ucrec, Version, and XLine.
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). |
Definition at line 29 of file base.h.
|
Constructor, Sets the object's time.
Definition at line 39 of file base.h. References age.
00039 { age = time(NULL); } |
|
Definition at line 40 of file base.h.
00040 { } |
|
Time that the object was instantiated (used for TS calculation etc).
Definition at line 34 of file base.h. Referenced by classbase(). |