#include <base.h>
Inheritance diagram for classbase:
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 30 of file base.h.
|
Constructor, Sets the object's time.
Definition at line 40 of file base.h. References age. 00040 { age = time(NULL); }
|
|
Definition at line 41 of file base.h.
|
|
Time that the object was instantiated (used for TS calculation etc).
Definition at line 35 of file base.h. Referenced by classbase(). |