#include <base.h>
Inheritance diagram for classbase:
Public Methods | |
classbase () | |
~classbase () | |
Public Attributes | |
time_t | age |
|
Definition at line 22 of file base.h.
00022 { age = time(NULL); } |
|
Definition at line 23 of file base.h.
00023 { } |
|
|