#include <cleanup.h>
Definition at line 11 of file cleanup.h.
Public Member Functions | |
| void | addHook (CleanupProc *clean_proc) |
| void | removeHook (CleanupProc *clean_proc) |
| void | cleanup () |
Static Public Member Functions | |
| static CleanupHooks * | getInstance () |
Private Member Functions | |
| CleanupHooks () | |
| ~CleanupHooks () | |
Private Attributes | |
| class CleanupHooksImp * | m_imp |
| CleanupHooks::CleanupHooks | ( | ) | [private] |
| CleanupHooks::~CleanupHooks | ( | ) | [private] |
Definition at line 83 of file cleanup.cpp.
| CleanupHooks * CleanupHooks::getInstance | ( | ) | [static] |
Definition at line 52 of file cleanup.cpp.
Referenced by mythplugin_destroy(), SimpleCleanup< ImageCacheImp >::SimpleCleanup(), and SimpleCleanup< ImageCacheImp >::~SimpleCleanup().
| void CleanupHooks::addHook | ( | CleanupProc * | clean_proc | ) |
Definition at line 61 of file cleanup.cpp.
Referenced by SimpleCleanup< ImageCacheImp >::SimpleCleanup().
| void CleanupHooks::removeHook | ( | CleanupProc * | clean_proc | ) |
Definition at line 66 of file cleanup.cpp.
Referenced by SimpleCleanup< ImageCacheImp >::~SimpleCleanup().
| void CleanupHooks::cleanup | ( | ) |
class CleanupHooksImp* CleanupHooks::m_imp [private] |
Definition at line 24 of file cleanup.h.
Referenced by addHook(), cleanup(), CleanupHooks(), removeHook(), and ~CleanupHooks().
1.5.5