foobar2000 SDK  2015-08-03
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 220 of file other.h.

Constructor & Destructor Documentation

pfc::objDestructNotify::objDestructNotify ( )
inline

Definition at line 222 of file other.h.

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

Definition at line 223 of file other.h.

223  {
224  set();
225  }

Member Function Documentation

void pfc::objDestructNotify::set ( )
inline

Definition at line 227 of file other.h.

227  {
228  objDestructNotifyData * w = m_data;
229  while(w) {
230  w->m_flag = true; w = w->m_next;
231  }
232  }
objDestructNotifyData * m_data
Definition: other.h:233

Field Documentation

objDestructNotifyData* pfc::objDestructNotify::m_data

Definition at line 233 of file other.h.


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