Definition at line 12 of file cleanup.cpp.
Public Member Functions | |
| void | addHook (CleanupProc *clean_proc) |
| void | removeHook (CleanupProc *clean_proc) |
| void | cleanup () |
Private Types | |
| typedef std::list< CleanupProc * > | clean_list |
Private Attributes | |
| clean_list | m_clean_list |
typedef std::list<CleanupProc *> CleanupHooksImp::clean_list [private] |
Definition at line 15 of file cleanup.cpp.
| void CleanupHooksImp::addHook | ( | CleanupProc * | clean_proc | ) | [inline] |
| void CleanupHooksImp::removeHook | ( | CleanupProc * | clean_proc | ) | [inline] |
| void CleanupHooksImp::cleanup | ( | ) | [inline] |
clean_list CleanupHooksImp::m_clean_list [private] |
Definition at line 18 of file cleanup.cpp.
1.5.5