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