|
MythTV
0.26-pre
|
#include <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] |
Definition at line 76 of file cleanup.cpp.
Referenced by getInstance().
| CleanupHooks::~CleanupHooks | ( | ) | [private] |
Definition at line 81 of file cleanup.cpp.
| CleanupHooks * CleanupHooks::getInstance | ( | ) | [static] |
Definition at line 50 of file cleanup.cpp.
Referenced by SimpleCleanup< MultiValueImp >::SimpleCleanup(), and SimpleCleanup< MultiValueImp >::~SimpleCleanup().
| void CleanupHooks::addHook | ( | CleanupProc * | clean_proc | ) |
Definition at line 59 of file cleanup.cpp.
Referenced by SimpleCleanup< MultiValueImp >::SimpleCleanup().
| void CleanupHooks::removeHook | ( | CleanupProc * | clean_proc | ) |
Definition at line 64 of file cleanup.cpp.
Referenced by SimpleCleanup< MultiValueImp >::~SimpleCleanup().
Definition at line 69 of file cleanup.cpp.
class CleanupHooksImp* CleanupHooks::m_imp [private] |
Definition at line 26 of file cleanup.h.
Referenced by addHook(), cleanup(), CleanupHooks(), removeHook(), and ~CleanupHooks().
1.7.6.1