#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 17 of file base.h.
|
|
Constructor, Sets the object's time.
Definition at line 27 of file base.h.
00027 { age = time(NULL); }
|
|
|
Definition at line 28 of file base.h.
00028 { }
|
|
|
Time that the object was instantiated (used for TS calculation etc).
|
1.3-rc3