MythTV  master
Public Member Functions | Private Types | Private Attributes | List of all members
CleanupHooksImp Class Reference

Public Member Functions

void addHook (CleanupProc *clean_proc)
 
void removeHook (CleanupProc *clean_proc)
 
void cleanup ()
 

Private Types

using clean_list = std::list< CleanupProc * >
 

Private Attributes

clean_list m_cleanList
 

Detailed Description

Definition at line 6 of file cleanup.cpp.

Member Typedef Documentation

◆ clean_list

using CleanupHooksImp::clean_list = std::list<CleanupProc *>
private

Definition at line 9 of file cleanup.cpp.

Member Function Documentation

◆ addHook()

void CleanupHooksImp::addHook ( CleanupProc clean_proc)
inline

Definition at line 15 of file cleanup.cpp.

Referenced by CleanupHooks::addHook().

◆ removeHook()

void CleanupHooksImp::removeHook ( CleanupProc clean_proc)
inline

Definition at line 20 of file cleanup.cpp.

Referenced by CleanupHooks::removeHook().

◆ cleanup()

void CleanupHooksImp::cleanup ( )
inline

Definition at line 29 of file cleanup.cpp.

Referenced by CleanupHooks::cleanup().

Member Data Documentation

◆ m_cleanList

clean_list CleanupHooksImp::m_cleanList
private

Definition at line 12 of file cleanup.cpp.

Referenced by addHook(), cleanup(), and removeHook().


The documentation for this class was generated from the following file: