#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 15 of file base.h.
|
Constructor, Sets the object's time.
Definition at line 25 of file base.h.
00025 { age = time(NULL); } |
|
Definition at line 26 of file base.h.
00026 { } |
|
Time that the object was instantiated (used for TS calculation etc).
|