#include <Exception.h>
Inheritance diagram for Exception:

Public Member Functions | |
| Exception () | |
| virtual | ~Exception () |
| time_t | GetTime () |
Private Attributes | |
| time_t | m_t |
|
|
Definition at line 4 of file Exception.cpp.
00004 : m_t(time(NULL)) 00005 { 00006 } |
|
|
Definition at line 9 of file Exception.cpp.
00010 {
00011 }
|
|
|
Definition at line 13 of file Exception.h. References m_t.
00013 { return m_t; }
|
|
|
Definition at line 16 of file Exception.h. Referenced by GetTime(). |
1.3.6
|
|