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 |
Definition at line 10 of file cleanup.cpp.
typedef std::list<CleanupProc *> CleanupHooksImp::clean_list [private] |
Definition at line 13 of file cleanup.cpp.
| void CleanupHooksImp::addHook | ( | CleanupProc * | clean_proc | ) | [inline] |
Definition at line 19 of file cleanup.cpp.
Referenced by CleanupHooks::addHook().
| void CleanupHooksImp::removeHook | ( | CleanupProc * | clean_proc | ) | [inline] |
Definition at line 24 of file cleanup.cpp.
Referenced by CleanupHooks::removeHook().
| void CleanupHooksImp::cleanup | ( | ) | [inline] |
Definition at line 34 of file cleanup.cpp.
Referenced by CleanupHooks::cleanup().
clean_list CleanupHooksImp::m_clean_list [private] |
Definition at line 16 of file cleanup.cpp.
Referenced by addHook(), cleanup(), and removeHook().
1.6.3