foobar2000 SDK  2015-01-14
Public Member Functions | Data Fields
pfc::objDestructNotify

#include <other.h>

Public Member Functions

 objDestructNotify ()
 
 ~objDestructNotify ()
 
void set ()
 

Data Fields

objDestructNotifyDatam_data
 

Detailed Description

Definition at line 212 of file other.h.

Constructor & Destructor Documentation

pfc::objDestructNotify::objDestructNotify ( )
inline

Definition at line 214 of file other.h.

214 : m_data() {}
objDestructNotifyData * m_data
Definition: other.h:225
pfc::objDestructNotify::~objDestructNotify ( )
inline

Definition at line 215 of file other.h.

215  {
216  set();
217  }

Member Function Documentation

void pfc::objDestructNotify::set ( )
inline

Definition at line 219 of file other.h.

219  {
220  objDestructNotifyData * w = m_data;
221  while(w) {
222  w->m_flag = true; w = w->m_next;
223  }
224  }
objDestructNotifyData * m_data
Definition: other.h:225

Field Documentation

objDestructNotifyData* pfc::objDestructNotify::m_data

Definition at line 225 of file other.h.


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