Return TypeFunction nameArguments
NULL-BASIShdsTable::~hdsTable(void)

Declared in file: hzDissemino.h
Defined in file : hdsCore.cpp

Function Logic:

0:START 1:m_pRepos m_pFoot m_pHead m_pNone 2: No text

Function body:

NULL-BASIS hdsTable::~hdsTable (void)
{
   m_pRepos = 0;
   m_pNone = m_pHead = m_pFoot = 0;
}