Return Type | Function name | Arguments |
---|---|---|
NULL-BASIS | hdsChartPie::~hdsChartPie | (void) |
Declared in file: hzDissemino.h
Defined in file : hdsGraph.cpp
Function Logic:
Function body:
NULL-BASIS hdsChartPie::~hdsChartPie (void) { hzList<_pie*>::Iter pi ; _pie* ptr ; for (pi = m_Parts ; pi.Valid() ; pi++) { ptr = pi.Element() ; delete ptr ; } }